diff options
Diffstat (limited to 'kweather/stationsconfigwidget.cpp')
-rw-r--r-- | kweather/stationsconfigwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/stationsconfigwidget.cpp b/kweather/stationsconfigwidget.cpp index 5ba7aee..365650b 100644 --- a/kweather/stationsconfigwidget.cpp +++ b/kweather/stationsconfigwidget.cpp @@ -204,7 +204,7 @@ bool StationsConfigWidget::dcopActive() TQString error; TQCString appID; bool isGood = true; - DCOPClient *client = kapp->dcopClient(); + DCOPClient *client = tdeApp->dcopClient(); if ( !client->isApplicationRegistered( "KWeatherService" ) ) { if ( TDEApplication::startServiceByDesktopName( "kweatherservice", TQStringList(), &error, &appID ) ) isGood = false; |