diff options
Diffstat (limited to 'krec/main.cpp')
-rw-r--r-- | krec/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krec/main.cpp b/krec/main.cpp index bbbdc2a4..1a841fe2 100644 --- a/krec/main.cpp +++ b/krec/main.cpp @@ -54,7 +54,7 @@ extern "C" KDE_EXPORT int kdemain( int argc, char* argv[] ) TDECmdLineArgs::init( argc, argv, &aboutData ); TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. - KApplication app; + TDEApplication app; KRecord *w = new KRecord(); w->show(); app.setMainWidget(w); |