diff options
Diffstat (limited to 'kicker/applets/taskbar/taskbarapplet.h')
-rw-r--r-- | kicker/applets/taskbar/taskbarapplet.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kicker/applets/taskbar/taskbarapplet.h b/kicker/applets/taskbar/taskbarapplet.h index f0842baca..69ef5eda1 100644 --- a/kicker/applets/taskbar/taskbarapplet.h +++ b/kicker/applets/taskbar/taskbarapplet.h @@ -34,8 +34,8 @@ class TaskbarApplet : public KPanelApplet Q_OBJECT public: - TaskbarApplet( const QString& configFile, Type t = Normal, int actions = 0, - QWidget *parent = 0, const char *name = 0 ); + TaskbarApplet( const TQString& configFile, Type t = Normal, int actions = 0, + TQWidget *parent = 0, const char *name = 0 ); ~TaskbarApplet(); int widthForHeight( int h ) const; @@ -44,10 +44,10 @@ public: void preferences(); protected: - void moveEvent(QMoveEvent *); + void moveEvent(TQMoveEvent *); void popupDirectionChange( Direction ); void orientationChange( Orientation ); - void paletteChange(const QPalette &); + void paletteChange(const TQPalette &); private: TaskBarContainer* container; |