diff options
Diffstat (limited to 'kworldwatch/applet.h')
-rw-r--r-- | kworldwatch/applet.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kworldwatch/applet.h b/kworldwatch/applet.h index 8d8f90e..0142fc2 100644 --- a/kworldwatch/applet.h +++ b/kworldwatch/applet.h @@ -42,11 +42,12 @@ class MapWidget; class KWWApplet : public KPanelApplet { Q_OBJECT + TQ_OBJECT public: KWWApplet(const TQString& configFile, Type t = Normal, int actions = 0, - TQWidget *parent = 0, const char *name = 0); + TQWidget *tqparent = 0, const char *name = 0); ~KWWApplet(); int widthForHeight(int height) const; |