diff options
Diffstat (limited to 'kweather/kcmweatherservice.h')
-rw-r--r-- | kweather/kcmweatherservice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/kcmweatherservice.h b/kweather/kcmweatherservice.h index bd5075e..cbd5949 100644 --- a/kweather/kcmweatherservice.h +++ b/kweather/kcmweatherservice.h @@ -34,7 +34,7 @@ class KCMWeatherService : public KCModule TQ_OBJECT public: - KCMWeatherService( TQWidget *tqparent = 0, const char *name = 0 ); + KCMWeatherService( TQWidget *parent = 0, const char *name = 0 ); virtual void load(); virtual void save(); |