diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-10 17:13:18 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-10 17:13:18 +0900 |
commit | fcf98b70b8664d991f5c31062aba4947d404ed41 (patch) | |
tree | 74cc56c6a97749a357137aeab4dc9243a1f60d40 /kjots | |
parent | 9223e1c194eea392ce07a7909afcc2e3b3713c95 (diff) | |
download | tdeutils-fcf98b70b8664d991f5c31062aba4947d404ed41.tar.gz tdeutils-fcf98b70b8664d991f5c31062aba4947d404ed41.zip |
Rename KUniqueApplication to TDEUniqueApplication
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kjots')
-rw-r--r-- | kjots/main.cpp | 8 |
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 |