summaryrefslogtreecommitdiffstats
path: root/khelpcenter/application.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khelpcenter/application.cpp')
-rw-r--r--khelpcenter/application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khelpcenter/application.cpp b/khelpcenter/application.cpp
index 89a664d1c..506a6eda5 100644
--- a/khelpcenter/application.cpp
+++ b/khelpcenter/application.cpp
@@ -76,7 +76,7 @@ extern "C" int KDE_EXPORT kdemain( int argc, char **argv )
TDECmdLineArgs::init( argc, argv, &aboutData );
TDECmdLineArgs::addCmdLineOptions( options );
- KApplication::addCmdLineOptions();
+ TDEApplication::addCmdLineOptions();
KHC::Application app;