summaryrefslogtreecommitdiffstats
path: root/kweather/weatherIface.h
diff options
context:
space:
mode:
Diffstat (limited to 'kweather/weatherIface.h')
-rw-r--r--kweather/weatherIface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/weatherIface.h b/kweather/weatherIface.h
index 5f52b39..2120538 100644
--- a/kweather/weatherIface.h
+++ b/kweather/weatherIface.h
@@ -9,7 +9,7 @@ public:
k_dcop:
/** Cause KWeather to refrsh it's data **/
- virtual void refresh(QString) = 0;
+ virtual void refresh(TQString) = 0;
};
#endif