summaryrefslogtreecommitdiffstats
path: root/kjots
diff options
context:
space:
mode:
Diffstat (limited to 'kjots')
-rw-r--r--kjots/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kjots/main.cpp b/kjots/main.cpp
index 48c55fa..343675a 100644
--- a/kjots/main.cpp
+++ b/kjots/main.cpp
@@ -24,7 +24,7 @@
#endif
#include <stdlib.h>
-#include <kuniqueapplication.h>
+#include <tdeuniqueapplication.h>
#include <tdecmdlineargs.h>
#include <tdeconfig.h>
#include <tdeaboutdata.h>
@@ -48,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