Rename KUniqueApplication to TDEUniqueApplication

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
master
Michele Calgaro 2 weeks ago
parent 711bc37ccf
commit f0b641b9e1
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -23,7 +23,7 @@
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <kdebug.h> #include <kdebug.h>
#include <tdelocale.h> #include <tdelocale.h>
#include <kuniqueapplication.h> #include <tdeuniqueapplication.h>
#include <twin.h> #include <twin.h>
#include <KoGlobal.h> #include <KoGlobal.h>
@ -33,7 +33,7 @@
static const char* description = I18N_NOOP("KOffice Workspace"); static const char* description = I18N_NOOP("KOffice Workspace");
static const char* version = KOFFICE_VERSION_STRING; static const char* version = KOFFICE_VERSION_STRING;
class KoShellApp : public KUniqueApplication { class KoShellApp : public TDEUniqueApplication {
public: public:
KoShellApp() : mMainWindow( 0 ) {} KoShellApp() : mMainWindow( 0 ) {}
~KoShellApp() {} ~KoShellApp() {}
@ -64,7 +64,7 @@ int KoShellApp::newInstance()
} }
// Handle startup notification and window activation // Handle startup notification and window activation
// (The first time it will do nothing except note that it was called) // (The first time it will do nothing except note that it was called)
return KUniqueApplication::newInstance(); return TDEUniqueApplication::newInstance();
} }
extern "C" KOSHELL_EXPORT int kdemain( int argc, char **argv ) extern "C" KOSHELL_EXPORT int kdemain( int argc, char **argv )

Loading…
Cancel
Save