diff options
Diffstat (limited to 'kuickshow')
-rw-r--r-- | kuickshow/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kuickshow/src/main.cpp b/kuickshow/src/main.cpp index b1b5de44..36286463 100644 --- a/kuickshow/src/main.cpp +++ b/kuickshow/src/main.cpp @@ -52,7 +52,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) TDECmdLineArgs::init( argc, argv, &about ); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; if ( app.isRestored() ) { (new KuickShow())->restore( 1, false ); // don't show automatically |