diff options
Diffstat (limited to 'starter/starter.h')
-rw-r--r-- | starter/starter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starter/starter.h b/starter/starter.h index 3cbd14a..59634f4 100644 --- a/starter/starter.h +++ b/starter/starter.h @@ -24,7 +24,7 @@ class StarterConfig; class starter : public KPanelApplet, virtual public StarterIface { - Q_OBJECT + TQ_OBJECT public: starter(const TQString& configFile, Type t = Normal, int actions = 0, |