summaryrefslogtreecommitdiffstats
path: root/systemsettings/main.cpp
diff options
context:
space:
mode:
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 );