summaryrefslogtreecommitdiffstats
path: root/kweather
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-11-10 17:13:07 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-11-10 17:13:07 +0900
commit692de2d5dc29be2f467ea81cb3d6f77d17a56b83 (patch)
tree897f5cbcfa6ba39fec031b76f7ad6343f1abadd2 /kweather
parent2feacbb6d3c60a1863754cd3f07597e94714fd0e (diff)
downloadtdetoys-master.tar.gz
tdetoys-master.zip
Rename KUniqueApplication to TDEUniqueApplicationHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kweather')
-rw-r--r--kweather/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kweather/main.cpp b/kweather/main.cpp
index 595e653..5b2d6fa 100644
--- a/kweather/main.cpp
+++ b/kweather/main.cpp
@@ -1,4 +1,4 @@
-#include <kuniqueapplication.h>
+#include <tdeuniqueapplication.h>
#include <tdecmdlineargs.h>
#include <kdebug.h>
#include <tdeaboutdata.h>
@@ -17,15 +17,15 @@ int main (int argc, char *argv[])
TDECmdLineArgs::init( argc, argv, &aboutdata );
// TDECmdLineArgs::addCmdLineOptions( options );
- KUniqueApplication::addCmdLineOptions();
+ TDEUniqueApplication::addCmdLineOptions();
- if (!KUniqueApplication::start())
+ if (!TDEUniqueApplication::start())
{
kdDebug() << "dcopservice is already running!" << endl;
return (0);
}
- KUniqueApplication app;
+ TDEUniqueApplication app;
// This app is started automatically, no need for session management
app.disableSessionManagement();
kdDebug() << "starting dcopservice " << endl;