summaryrefslogtreecommitdiffstats
path: root/kedit/kedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kedit/kedit.cpp')
-rw-r--r--kedit/kedit.cpp2
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() )
{