From a93b9c4a6954f739651bdd3796fbb2a0ca2404ab Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 9 Nov 2024 22:17:05 +0900 Subject: [PATCH] Rename KUniqueApplication to TDEUniqueApplication Signed-off-by: Michele Calgaro --- kkbswitch/kbswitchapp.h | 4 ++-- kkbswitch/main.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kkbswitch/kbswitchapp.h b/kkbswitch/kbswitchapp.h index bcd8a7b..1bbad28 100644 --- a/kkbswitch/kbswitchapp.h +++ b/kkbswitch/kbswitchapp.h @@ -23,7 +23,7 @@ #endif #include -#include +#include //#include @@ -47,7 +47,7 @@ typedef TQMap KBWindowMap;*/ *@author Leonid Zeitlin */ -class KBSwitchApp : public KUniqueApplication { +class KBSwitchApp : public TDEUniqueApplication { TQ_OBJECT public: KBSwitchApp(); diff --git a/kkbswitch/main.cpp b/kkbswitch/main.cpp index aa209fe..6977b1c 100644 --- a/kkbswitch/main.cpp +++ b/kkbswitch/main.cpp @@ -53,7 +53,7 @@ int main(int argc, char *argv[]) TDECmdLineArgs::init( argc, argv, &aboutData ); TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. - if (!KUniqueApplication::start()) // starting a second instance - just exit + if (!TDEUniqueApplication::start()) // starting a second instance - just exit exit(0); KBSwitchApp a;