Adjust to build on r14.1.x APIs

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/5/head
Michele Calgaro 3 months ago
parent 44e1aca4ae
commit 463d548cf0
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -24,7 +24,7 @@
#include <tqlistview.h>
#include <tdelistview.h>
#include <tqstring.h>
#include <tdeprocess.h>
#include <kprocess.h>
class Alternative;
class AltController;

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

Loading…
Cancel
Save