diff options
Diffstat (limited to 'kweather/kweather.cpp')
-rw-r--r-- | kweather/kweather.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kweather/kweather.cpp b/kweather/kweather.cpp index 9dd5def..c864d44 100644 --- a/kweather/kweather.cpp +++ b/kweather/kweather.cpp @@ -101,7 +101,7 @@ void kweather::initContextMenu() void kweather::initDCOP() { if ( !mClient ) - mClient = KApplication::dcopClient(); + mClient = TDEApplication::dcopClient(); if(!mClient->isAttached()) mClient->attach(); @@ -388,7 +388,7 @@ bool kweather::attach() { kdDebug(12004) << "Could not find service so I am starting it..." << endl; - if (!KApplication::startServiceByDesktopName("kweatherservice", + if (!TDEApplication::startServiceByDesktopName("kweatherservice", TQStringList(), &error)) { kdDebug(12004) << "Starting KWeatherService failed with message: " |