Rename KShared

pull/1/head
Timothy Pearson 11 years ago
parent 53b71135ab
commit 6ad068ea54

@ -1563,7 +1563,7 @@ void karamba::updateSensors()
TQTimer::singleShot( 500, this, TQT_SLOT(step()) );
}
void karamba::updateBackground(KSharedPixmap* kpm)
void karamba::updateBackground(TDESharedPixmap* kpm)
{
//kdDebug() << k_funcinfo << pm.size() << endl;
// if pm width == 0 this is the first time we come here and we should start

@ -264,7 +264,7 @@ public slots:
void currentDesktopChanged(int);
void currentWallpaperChanged(int);
void slotToggleConfigOption(TQString key, bool);
void updateBackground(KSharedPixmap*);
void updateBackground(TDESharedPixmap*);
void passMenuOptionChanged(TQString key, bool);
void passMenuItemClicked(int);
void processExited (TDEProcess *proc);

@ -29,7 +29,7 @@ KarambaRootPixmap::~KarambaRootPixmap()
{
}
void KarambaRootPixmap::updateBackground (KSharedPixmap *kpm)
void KarambaRootPixmap::updateBackground (TDESharedPixmap *kpm)
{
((karamba*)widget)->updateBackground(kpm);
}

@ -28,7 +28,7 @@ public:
~KarambaRootPixmap();
void updateBackground ( KSharedPixmap * );
void updateBackground ( TDESharedPixmap * );
private:
TQWidget *widget;

Loading…
Cancel
Save