diff options
Diffstat (limited to 'kweather/kweather.h')
-rw-r--r-- | kweather/kweather.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/kweather.h b/kweather/kweather.h index 79c1bfe..b3845b5 100644 --- a/kweather/kweather.h +++ b/kweather/kweather.h @@ -33,7 +33,7 @@ class TQPalette; class kweather : public KPanelApplet, public weatherIface { Q_OBJECT - TQ_OBJECT + public: kweather(const TQString& configFile, Type t = Normal, int actions = 0, TQWidget *parent = 0, const char *name = 0); |