diff options
Diffstat (limited to 'kickermenu/menuapplet.h')
-rw-r--r-- | kickermenu/menuapplet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kickermenu/menuapplet.h b/kickermenu/menuapplet.h index dea5481..9500fa1 100644 --- a/kickermenu/menuapplet.h +++ b/kickermenu/menuapplet.h @@ -48,7 +48,7 @@ class MenuEmbed; class Applet : public KPanelApplet, public DCOPObject { - Q_OBJECT + TQ_OBJECT K_DCOP k_dcop: ASYNC configure(); @@ -99,7 +99,7 @@ private: class MenuEmbed : public QXEmbed { - Q_OBJECT + TQ_OBJECT public: MenuEmbed( WId mainwindow, bool desktop, TQWidget* parent = NULL, const char* name = NULL ); WId mainWindow() const; |