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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/noatun/modules/systray/kitsystemtray.h b/noatun/modules/systray/kitsystemtray.h
index 6d5a2908..d933a19e 100644
--- a/noatun/modules/systray/kitsystemtray.h
+++ b/noatun/modules/systray/kitsystemtray.h
@@ -37,9 +37,10 @@ class TQPixmap;
class KitSystemTray : public KSystemTray
{
Q_OBJECT
+ TQ_OBJECT
public:
- KitSystemTray(const TQString &contextMenu, KMainWindow *parent, const char *name = 0);
+ KitSystemTray(const TQString &contextMenu, KMainWindow *tqparent, const char *name = 0);
void changeTitle(const TQPixmap &, const TQString &);
protected:
virtual void showEvent(TQShowEvent *);