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