summaryrefslogtreecommitdiffstats
path: root/kweather/kweather.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:23:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:23:41 -0600
commit59ea7131b34cafad6181711d490cceafe0d0e87b (patch)
tree2c47a77c9e4bcb24cc8fed9fdcc3c52e7185a615 /kweather/kweather.cpp
parent545d48dc2acbfb766a1c277b6f82ae54eea3754f (diff)
downloadtdetoys-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.cpp4
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: "