summaryrefslogtreecommitdiffstats
path: root/src/profileengine/editor/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profileengine/editor/main.cpp')
-rw-r--r--src/profileengine/editor/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profileengine/editor/main.cpp b/src/profileengine/editor/main.cpp
index 7c43d24f..c88caea0 100644
--- a/src/profileengine/editor/main.cpp
+++ b/src/profileengine/editor/main.cpp
@@ -36,7 +36,7 @@ int main(int argc, char **argv)
TDECmdLineArgs::init(argc, argv, &about);
TDECmdLineArgs::addCmdLineOptions(options);
- KApplication app(argc, argv);
+ TDEApplication app(argc, argv);
ProfileEditor editor;
editor.show();
app.setMainWidget(&editor);