From 5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:44:17 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- khelpcenter/htmlsearch/index.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'khelpcenter/htmlsearch/index.cpp') 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 ", I18N_NOOP("The language to index"), "en" }, - KCmdLineLastOption // End of options. + TDECmdLineLastOption // End of options. }; -- cgit v1.2.1