Rename KUniqueApplication to TDEUniqueApplication

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/18/head
Michele Calgaro 2 weeks ago
parent 083fec73f1
commit a93b9c4a69
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -23,7 +23,7 @@
#endif
#include <tdeversion.h>
#include <kuniqueapplication.h>
#include <tdeuniqueapplication.h>
//#include <tqmap.h>
@ -47,7 +47,7 @@ typedef TQMap<WId, KBWinInfo> KBWindowMap;*/
*@author Leonid Zeitlin
*/
class KBSwitchApp : public KUniqueApplication {
class KBSwitchApp : public TDEUniqueApplication {
TQ_OBJECT
public:
KBSwitchApp();

@ -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;

Loading…
Cancel
Save