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;