summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/main.cpp')
-rw-r--r--umbrello/umbrello/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/umbrello/umbrello/main.cpp b/umbrello/umbrello/main.cpp
index 8690f0fb..891fabee 100644
--- a/umbrello/umbrello/main.cpp
+++ b/umbrello/umbrello/main.cpp
@@ -99,7 +99,7 @@ int main(int argc, char *argv[]) {
TDECmdLineArgs::init( argc, argv, &aboutData );
TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options.
- KApplication app;
+ TDEApplication app;
if( app.isRestored() ) {
RESTORE( UMLApp );
} else {