diff options
Diffstat (limited to 'src/app/main.cpp')
-rw-r--r-- | src/app/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/main.cpp b/src/app/main.cpp index 11107cd..b315cc9 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -37,7 +37,7 @@ int main( int argc, char *argv[] ) TDECmdLineArgs::init( argc, argv, &about ); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; if (!app.isRestored()) { MainWindow *mw = new MainWindow(); |