summaryrefslogtreecommitdiffstats
path: root/kworldwatch/main.cpp
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 /kworldwatch/main.cpp
parent2feacbb6d3c60a1863754cd3f07597e94714fd0e (diff)
downloadtdetoys-692de2d5dc29be2f467ea81cb3d6f77d17a56b83.tar.gz
tdetoys-692de2d5dc29be2f467ea81cb3d6f77d17a56b83.zip
Rename KUniqueApplication to TDEUniqueApplication
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kworldwatch/main.cpp')
-rw-r--r--kworldwatch/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kworldwatch/main.cpp b/kworldwatch/main.cpp
index 5f8df3b..3195d55 100644
--- a/kworldwatch/main.cpp
+++ b/kworldwatch/main.cpp
@@ -178,7 +178,7 @@ int main(int argc, char *argv[])
TDEAboutData about("kworldclock", I18N_NOOP("TDE World Clock"), "1.5");
TDECmdLineArgs::init(argc, argv, &about);
TDECmdLineArgs::addCmdLineOptions(options);
- KUniqueApplication::addCmdLineOptions();
+ TDEUniqueApplication::addCmdLineOptions();
TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
if (args->isSet("themes"))
@@ -188,7 +188,7 @@ int main(int argc, char *argv[])
return 0;
}
- if (!KUniqueApplication::start())
+ if (!TDEUniqueApplication::start())
return 0;
WatchApplication app;