From 69d2b05ebbd7731456b5bad0d0ac0743af86b2b6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:01:10 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- systemsettings/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systemsettings/main.cpp') diff --git a/systemsettings/main.cpp b/systemsettings/main.cpp index 6be69b3..77b18df 100644 --- a/systemsettings/main.cpp +++ b/systemsettings/main.cpp @@ -51,7 +51,7 @@ int main( int argc, char *argv[] ) TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); // Launch - KApplication application(argc, argv); + TDEApplication application(argc, argv); MainWindow *mainWindow = new MainWindow(args->isSet("embed"), args->getOption("menu")); application.setMainWidget( mainWindow ); -- cgit v1.2.1