diff options
author | Timothy Pearson <[email protected]> | 2013-01-20 00:23:41 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-20 00:23:41 -0600 |
commit | 59ea7131b34cafad6181711d490cceafe0d0e87b (patch) | |
tree | 2c47a77c9e4bcb24cc8fed9fdcc3c52e7185a615 /kweather/kweather.cpp | |
parent | 545d48dc2acbfb766a1c277b6f82ae54eea3754f (diff) | |
download | tdetoys-59ea7131b34cafad6181711d490cceafe0d0e87b.tar.gz tdetoys-59ea7131b34cafad6181711d490cceafe0d0e87b.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
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: " |