Rename KUniqueApplication to TDEUniqueApplication

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

@ -64,7 +64,7 @@ K3bApplication::Core* K3bApplication::Core::s_k3bAppCore = 0;
K3bApplication::K3bApplication() K3bApplication::K3bApplication()
: KUniqueApplication(), : TDEUniqueApplication(),
m_mainWindow(0), m_mainWindow(0),
m_needToInit(true) m_needToInit(true)
{ {
@ -169,7 +169,7 @@ int K3bApplication::newInstance()
else else
processCmdLineArgs(); processCmdLineArgs();
return KUniqueApplication::newInstance(); return TDEUniqueApplication::newInstance();
} }

@ -17,7 +17,7 @@
#ifndef _K3B_APPLICATION_H_ #ifndef _K3B_APPLICATION_H_
#define _K3B_APPLICATION_H_ #define _K3B_APPLICATION_H_
#include <kuniqueapplication.h> #include <tdeuniqueapplication.h>
#include <k3bcore.h> #include <k3bcore.h>
#include <tqmap.h> #include <tqmap.h>
@ -35,7 +35,7 @@ class K3bAppDeviceManager;
class K3bMediaCache; class K3bMediaCache;
class K3bApplication : public KUniqueApplication class K3bApplication : public TDEUniqueApplication
{ {
TQ_OBJECT TQ_OBJECT

Loading…
Cancel
Save