summaryrefslogtreecommitdiffstats
path: root/client/myrootpixmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/myrootpixmap.h')
-rw-r--r--client/myrootpixmap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/myrootpixmap.h b/client/myrootpixmap.h
index a80de57..02c450a 100644
--- a/client/myrootpixmap.h
+++ b/client/myrootpixmap.h
@@ -22,7 +22,7 @@
class TQRect;
class TQWidget;
class TQTimer;
-class KSharedPixmap;
+class TDESharedPixmap;
class KMyRootPixmapData;
class KMyRootPixmap: public TQObject
@@ -73,7 +73,7 @@ signals:
protected:
// virtual bool eventFilter(TQObject *, TQEvent *);
- virtual void updateBackground( KSharedPixmap * );
+ virtual void updateBackground( TDESharedPixmap * );
private slots:
// void slotBackgroundChanged(int);
@@ -89,7 +89,7 @@ private:
TQRect m_Rect;
// TQWidget *m_pWidget;
// TQTimer *m_pTimer;
- KSharedPixmap *m_pPixmap;
+ TDESharedPixmap *m_pPixmap;
// KMyRootPixmapData *d;
void init();