summaryrefslogtreecommitdiffstats
path: root/kjots/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kjots/main.cpp')
-rw-r--r--kjots/main.cpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/kjots/main.cpp b/kjots/main.cpp
index c9d158b..343675a 100644
--- a/kjots/main.cpp
+++ b/kjots/main.cpp
@@ -1,5 +1,3 @@
-// -*- C++ -*-
-
//
// kjots
//
@@ -26,7 +24,7 @@
#endif
#include <stdlib.h>
-#include <kuniqueapplication.h>
+#include <tdeuniqueapplication.h>
#include <tdecmdlineargs.h>
#include <tdeconfig.h>
#include <tdeaboutdata.h>
@@ -50,15 +48,15 @@ int main( int argc, char **argv )
aboutData.addAuthor("Stanislav Kljuhhin", 0, "crz@starman.ee");
aboutData.addAuthor("Christoph Neerfeld", I18N_NOOP("Original author"), "chris@kde.org");
TDECmdLineArgs::init(argc, argv, &aboutData);
- KUniqueApplication::addCmdLineOptions();
+ TDEUniqueApplication::addCmdLineOptions();
- if (!KUniqueApplication::start())
+ if (!TDEUniqueApplication::start())
{
fprintf(stderr, "kjots is already running!\n");
exit(0);
}
- KUniqueApplication a;
+ TDEUniqueApplication a;
// backwards compatibility code to convert "old" user font settings
// to the new config settings