summaryrefslogtreecommitdiffstats
path: root/kweather/weatherlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'kweather/weatherlib.h')
-rw-r--r--kweather/weatherlib.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kweather/weatherlib.h b/kweather/weatherlib.h
index 5b4e92f..b745b26 100644
--- a/kweather/weatherlib.h
+++ b/kweather/weatherlib.h
@@ -29,14 +29,15 @@ namespace KIO
class StationDatabase;
-class WeatherLib : public QObject
+class WeatherLib : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
class Data;
- WeatherLib(StationDatabase *stationDB, TQObject *parent =0L, const char *name =0L);
+ WeatherLib(StationDatabase *stationDB, TQObject *tqparent =0L, const char *name =0L);
virtual ~WeatherLib();
TQString temperature(const TQString &stationID);