diff options
Diffstat (limited to 'khelpcenter/application.cpp')
-rw-r--r-- | khelpcenter/application.cpp | 2 |
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; |