From 2e05692480ffca7ce2043180e9377619c233ee66 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:48:39 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- parts/documentation/tools/htdig/htdigindex.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'parts/documentation') diff --git a/parts/documentation/tools/htdig/htdigindex.cpp b/parts/documentation/tools/htdig/htdigindex.cpp index 57dde9ee..4213ffd1 100644 --- a/parts/documentation/tools/htdig/htdigindex.cpp +++ b/parts/documentation/tools/htdig/htdigindex.cpp @@ -443,11 +443,11 @@ void ProgressDialog::okClicked() int main(int argc, char *argv[]) { - static const KCmdLineOptions options[] = + static const TDECmdLineOptions options[] = { { "c", I18N_NOOP( "Update user's htdig configuration file only" ), 0 }, { "i", I18N_NOOP( "-c and generate index" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; TDEAboutData aboutData("tdevelop-htdig", I18N_NOOP("TDevelop ht://Dig Indexer"), -- cgit v1.2.3