summaryrefslogtreecommitdiffstats
path: root/kweather/kweather.h
diff options
context:
space:
mode:
Diffstat (limited to 'kweather/kweather.h')
-rw-r--r--kweather/kweather.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kweather/kweather.h b/kweather/kweather.h
index 67516c4..70f0a44 100644
--- a/kweather/kweather.h
+++ b/kweather/kweather.h
@@ -33,9 +33,10 @@ 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);
+ kweather(const TQString& configFile, Type t = Normal, int actions = 0, TQWidget *tqparent = 0, const char *name = 0);
~kweather();
void help();
void resizeEvent(TQResizeEvent*);