diff options
Diffstat (limited to 'src/profileengine')
-rw-r--r-- | src/profileengine/editor/main.cpp | 2 |
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); |