|
|
|
@ -22,7 +22,7 @@
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#include <kuniqueapplication.h>
|
|
|
|
|
#include <tdeuniqueapplication.h>
|
|
|
|
|
#include <tdecmdlineargs.h>
|
|
|
|
|
#include <tdelocale.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
@ -44,10 +44,10 @@ int main(int argc, char **argv)
|
|
|
|
|
TDECmdLineArgs::init( argc, argv, &aboutData );
|
|
|
|
|
aboutData.addAuthor( "Preston Brown", 0, "pbrown@kde.org");
|
|
|
|
|
|
|
|
|
|
if (!KUniqueApplication::start())
|
|
|
|
|
if (!TDEUniqueApplication::start())
|
|
|
|
|
exit(0);
|
|
|
|
|
|
|
|
|
|
KUniqueApplication app;
|
|
|
|
|
TDEUniqueApplication app;
|
|
|
|
|
SecPolicyWin *spWin = new SecPolicyWin();
|
|
|
|
|
|
|
|
|
|
app.setMainWidget(spWin);
|
|
|
|
|