diff options
Diffstat (limited to 'kweather/weatherservice.h')
-rw-r--r-- | kweather/weatherservice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kweather/weatherservice.h b/kweather/weatherservice.h index ae0f39b..2ec63be 100644 --- a/kweather/weatherservice.h +++ b/kweather/weatherservice.h @@ -86,6 +86,7 @@ class WeatherService : public TQObject, public DCOPObject void update(const TQString &stationID); void updateAll(); void forceUpdate(const TQString &stationID); + void forceUpdateAll(); void removeStation(const TQString &stationID); void addStation(const TQString &stationID); TQStringList listStations(); |