diff options
Diffstat (limited to 'khelpcenter/htmlsearch/index.cpp')
-rw-r--r-- | khelpcenter/htmlsearch/index.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khelpcenter/htmlsearch/index.cpp b/khelpcenter/htmlsearch/index.cpp index 3cc356d52..319c94e0d 100644 --- a/khelpcenter/htmlsearch/index.cpp +++ b/khelpcenter/htmlsearch/index.cpp @@ -6,10 +6,10 @@ #include "htmlsearch.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "lang <lang>", I18N_NOOP("The language to index"), "en" }, - KCmdLineLastOption // End of options. + TDECmdLineLastOption // End of options. }; |