summaryrefslogtreecommitdiffstats
path: root/kodo/main.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-11-10 17:13:07 +0900
committerMichele Calgaro <[email protected]>2024-11-10 17:13:07 +0900
commit692de2d5dc29be2f467ea81cb3d6f77d17a56b83 (patch)
tree897f5cbcfa6ba39fec031b76f7ad6343f1abadd2 /kodo/main.cpp
parent2feacbb6d3c60a1863754cd3f07597e94714fd0e (diff)
downloadtdetoys-692de2d5dc29be2f467ea81cb3d6f77d17a56b83.tar.gz
tdetoys-692de2d5dc29be2f467ea81cb3d6f77d17a56b83.zip
Rename KUniqueApplication to TDEUniqueApplication
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kodo/main.cpp')
-rw-r--r--kodo/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kodo/main.cpp b/kodo/main.cpp
index 518cd9c..2414fa4 100644
--- a/kodo/main.cpp
+++ b/kodo/main.cpp
@@ -78,10 +78,10 @@ int main(int argc, char *argv[])
"[email protected]", "http://www.gioelebarabucci.com");
TDECmdLineArgs::init( argc, argv, aboutData );
- if (!KUniqueApplication::start())
+ if (!TDEUniqueApplication::start())
exit(0);
- KUniqueApplication a;
+ TDEUniqueApplication a;
Kodometer *o = new Kodometer();