summaryrefslogtreecommitdiffstats
path: root/kweather/weatherbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kweather/weatherbar.cpp')
-rw-r--r--kweather/weatherbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/weatherbar.cpp b/kweather/weatherbar.cpp
index 98cad49..e9f5309 100644
--- a/kweather/weatherbar.cpp
+++ b/kweather/weatherbar.cpp
@@ -187,7 +187,7 @@ bool KonqSidebarWeather::startWeatherService()
TQDataStream arg(data, IO_WriteOnly);
arg << TQString("KWeatherService") << TQStringList();
- if ( !kapp->dcopClient()->call(
+ if ( !tdeApp->dcopClient()->call(
"tdelauncher", "tdelauncher",
"start_service_by_name(TQString,TQStringList)",
data, replyType, replyData) ) {