|
|
|
@ -22,13 +22,13 @@
|
|
|
|
|
***************************************************************************/
|
|
|
|
|
|
|
|
|
|
#include "tdealternatives.h"
|
|
|
|
|
#include <tdeuniqueapplication.h>
|
|
|
|
|
#include <kuniqueapplication.h>
|
|
|
|
|
#include <tdeaboutdata.h>
|
|
|
|
|
#include <tdecmdlineargs.h>
|
|
|
|
|
#include <tdelocale.h>
|
|
|
|
|
#include <tdemessagebox.h>
|
|
|
|
|
|
|
|
|
|
TDEUniqueApplication *app = 0; // Global
|
|
|
|
|
KUniqueApplication *app = 0; // Global
|
|
|
|
|
|
|
|
|
|
static const char description[] =
|
|
|
|
|
I18N_NOOP("A TDE Manager for the Debian/Mandrake alternatives system");
|
|
|
|
@ -49,7 +49,7 @@ int main(int argc, char **argv)
|
|
|
|
|
|
|
|
|
|
TDECmdLineArgs::init(argc, argv, &about);
|
|
|
|
|
TDECmdLineArgs::addCmdLineOptions( options );
|
|
|
|
|
TDEUniqueApplication rapp;
|
|
|
|
|
KUniqueApplication rapp;
|
|
|
|
|
app = &rapp;
|
|
|
|
|
TDEAlternatives *mainWin = 0;
|
|
|
|
|
|
|
|
|
|