summaryrefslogtreecommitdiffstats
path: root/systemsettings/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-20 00:01:10 -0600
committerTimothy Pearson <[email protected]>2013-01-20 00:01:10 -0600
commit69d2b05ebbd7731456b5bad0d0ac0743af86b2b6 (patch)
treecee0a686b7a6601854929807b4560e8de35699f5 /systemsettings/main.cpp
parent8bb920b7600fff2edead978c5d7f39d915a54176 (diff)
downloadtde-systemsettings-69d2b05ebbd7731456b5bad0d0ac0743af86b2b6.tar.gz
tde-systemsettings-69d2b05ebbd7731456b5bad0d0ac0743af86b2b6.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'systemsettings/main.cpp')
-rw-r--r--systemsettings/main.cpp2
1 files changed, 1 insertions, 1 deletions
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 );