summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/buttons/desktopbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/kicker/buttons/desktopbutton.h')
-rw-r--r--kicker/kicker/buttons/desktopbutton.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kicker/kicker/buttons/desktopbutton.h b/kicker/kicker/buttons/desktopbutton.h
index 62de4c342..c896bdf92 100644
--- a/kicker/kicker/buttons/desktopbutton.h
+++ b/kicker/kicker/buttons/desktopbutton.h
@@ -34,12 +34,12 @@ class DesktopButton : public PanelButton
Q_OBJECT
public:
- DesktopButton( QWidget* parent );
+ DesktopButton( TQWidget* parent );
protected:
- virtual QString tileName() { return "DesktopButton"; }
- virtual void dragEnterEvent(QDragEnterEvent *ev);
- virtual void dropEvent(QDropEvent *ev);
+ virtual TQString tileName() { return "DesktopButton"; }
+ virtual void dragEnterEvent(TQDragEnterEvent *ev);
+ virtual void dropEvent(TQDropEvent *ev);
protected slots:
void toggle(bool);