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