diff options
Diffstat (limited to 'kio/kioexec/main.cpp')
-rw-r--r-- | kio/kioexec/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kioexec/main.cpp b/kio/kioexec/main.cpp index 772c27f73..18014f08f 100644 --- a/kio/kioexec/main.cpp +++ b/kio/kioexec/main.cpp @@ -283,7 +283,7 @@ int main( int argc, char **argv ) TDECmdLineArgs::init( argc, argv, &aboutData ); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; KIOExec exec; |