diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:23:41 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:23:41 -0600 |
commit | 59ea7131b34cafad6181711d490cceafe0d0e87b (patch) | |
tree | 2c47a77c9e4bcb24cc8fed9fdcc3c52e7185a615 /kweather/reportmain.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/reportmain.cpp')
-rw-r--r-- | kweather/reportmain.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kweather/reportmain.cpp b/kweather/reportmain.cpp index 15c2534..fbff590 100644 --- a/kweather/reportmain.cpp +++ b/kweather/reportmain.cpp @@ -37,14 +37,14 @@ extern "C" KDE_EXPORT int kdemain(int argc, char *argv[]) return -1; } - KApplication app; + TDEApplication app; DCOPClient *client = app.dcopClient(); client->attach(); TQString error; if (!client->isApplicationRegistered("KWeatherService")) { - if (KApplication::startServiceByDesktopName("kweatherservice", + if (TDEApplication::startServiceByDesktopName("kweatherservice", TQStringList(), &error)) { kdDebug() << "Starting kweatherservice failed: " << error << endl; |