From 59ea7131b34cafad6181711d490cceafe0d0e87b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:23:41 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kweather/kweather.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kweather/kweather.cpp') 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: " -- cgit v1.2.1