summaryrefslogtreecommitdiffstats
path: root/kodo/main.cpp
diff options
context:
space:
mode:
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();