summaryrefslogtreecommitdiffstats
path: root/kturtle/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kturtle/src/main.cpp')
-rw-r--r--kturtle/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kturtle/src/main.cpp b/kturtle/src/main.cpp
index d5810c6b..dd795c6d 100644
--- a/kturtle/src/main.cpp
+++ b/kturtle/src/main.cpp
@@ -89,7 +89,7 @@ int main(int argc, char **argv)
"astals11 # terra.es");
TDECmdLineArgs::init(argc, argv, &about);
TDECmdLineArgs::addCmdLineOptions( options );
- KApplication app;
+ TDEApplication app;
MainWindow *mainwindow = 0;
if ( app.isRestored() )