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 70f0a44..79c1bfe 100644 --- a/kweather/kweather.h +++ b/kweather/kweather.h @@ -36,7 +36,7 @@ class kweather : public KPanelApplet, public weatherIface TQ_OBJECT public: - kweather(const TQString& configFile, Type t = Normal, int actions = 0, TQWidget *tqparent = 0, const char *name = 0); + kweather(const TQString& configFile, Type t = Normal, int actions = 0, TQWidget *parent = 0, const char *name = 0); ~kweather(); void help(); void resizeEvent(TQResizeEvent*); |