summaryrefslogtreecommitdiffstats
path: root/kweather/weatherlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'kweather/weatherlib.h')
-rw-r--r--kweather/weatherlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/weatherlib.h b/kweather/weatherlib.h
index b745b26..88957c0 100644
--- a/kweather/weatherlib.h
+++ b/kweather/weatherlib.h
@@ -37,7 +37,7 @@ class WeatherLib : public TQObject
public:
class Data;
- WeatherLib(StationDatabase *stationDB, TQObject *tqparent =0L, const char *name =0L);
+ WeatherLib(StationDatabase *stationDB, TQObject *parent =0L, const char *name =0L);
virtual ~WeatherLib();
TQString temperature(const TQString &stationID);