summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdevdesigner/src/main.cpp')
-rw-r--r--kdevdesigner/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdevdesigner/src/main.cpp b/kdevdesigner/src/main.cpp
index 0a472a97..cbdc4e76 100644
--- a/kdevdesigner/src/main.cpp
+++ b/kdevdesigner/src/main.cpp
@@ -46,7 +46,7 @@ int main(int argc, char **argv)
about.addAuthor( "Alexander Dymo", "Port to KDE, partification", "adymo@tdevelop.org" );
TDECmdLineArgs::init(argc, argv, &about);
TDECmdLineArgs::addCmdLineOptions( options );
- KApplication app;
+ TDEApplication app;
// see if we are starting with session management
if (app.isRestored())