Rename KApplication to TDEApplication to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent c6a81562d2
commit aad38441d8

@ -351,7 +351,7 @@ main(int argc, char **argv)
TDECmdLineArgs::init(argc, argv, &aboutData);
KApplication app;
TDEApplication app;
NotifierContainer nc;
app.setMainWidget(&nc);
GTKNotifierContainer = &nc;

Loading…
Cancel
Save