summaryrefslogtreecommitdiffstats
path: root/noatun/modules/systray/kitsystemtray.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/systray/kitsystemtray.h')
-rw-r--r--noatun/modules/systray/kitsystemtray.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/noatun/modules/systray/kitsystemtray.h b/noatun/modules/systray/kitsystemtray.h
index 2f640adb..d697ca95 100644
--- a/noatun/modules/systray/kitsystemtray.h
+++ b/noatun/modules/systray/kitsystemtray.h
@@ -39,14 +39,14 @@ class KitSystemTray : public KSystemTray
Q_OBJECT
public:
- KitSystemTray(const QString &contextMenu, KMainWindow *parent, const char *name = 0);
- void changeTitle(const QPixmap &, const QString &);
+ KitSystemTray(const TQString &contextMenu, KMainWindow *parent, const char *name = 0);
+ void changeTitle(const TQPixmap &, const TQString &);
protected:
- virtual void showEvent(QShowEvent *);
- virtual void mousePressEvent(QMouseEvent *);
- virtual void dragEnterEvent(QDragEnterEvent *);
- virtual void dropEvent(QDropEvent *);
- virtual void wheelEvent(QWheelEvent *e);
+ virtual void showEvent(TQShowEvent *);
+ virtual void mousePressEvent(TQMouseEvent *);
+ virtual void dragEnterEvent(TQDragEnterEvent *);
+ virtual void dropEvent(TQDropEvent *);
+ virtual void wheelEvent(TQWheelEvent *e);
KPopupMenu *menu;
};