Rename KUniqueApplication to TDEUniqueApplication

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
master
Michele Calgaro 2 weeks ago
parent 20e4fa8981
commit 09d880cffc
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -46,7 +46,7 @@
#include <kcursor.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
#include <kuniqueapplication.h>
#include <tdeuniqueapplication.h>
#include <twin.h>
#include <tqfile.h>
@ -87,7 +87,7 @@ private:
};
class KBabelApp : public KUniqueApplication
class KBabelApp : public TDEUniqueApplication
{
public:
KBabelApp();
@ -100,7 +100,7 @@ private:
};
KBabelApp::KBabelApp()
: KUniqueApplication()
: TDEUniqueApplication()
{
kbInterface = new KBabelInterface;
}
@ -593,10 +593,10 @@ int main(int argc, char **argv)
TDECmdLineArgs::addCmdLineOptions( options );
// Add options from other components
KUniqueApplication::addCmdLineOptions();
TDEUniqueApplication::addCmdLineOptions();
if(!KUniqueApplication::start())
if(!TDEUniqueApplication::start())
{
return 0;
}

Loading…
Cancel
Save