diff options
Diffstat (limited to 'kedit/kedit.cpp')
-rw-r--r-- | kedit/kedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kedit/kedit.cpp b/kedit/kedit.cpp index b88c014..8e77b89 100644 --- a/kedit/kedit.cpp +++ b/kedit/kedit.cpp @@ -1270,7 +1270,7 @@ extern "C" KDE_EXPORT int kdemain (int argc, char **argv) TDECmdLineArgs::init( argc, argv, &aboutData ); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication a; + TDEApplication a; //CT KIO::Job::initStatic(); if ( a.isRestored() ) { |