From cb76d2617bec6834b9ee12329ad2605b71be2d42 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:33:02 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 5803e2f..6863cf1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -38,14 +38,14 @@ KCHMMainWindow * mainWindow; int main( int argc, char ** argv ) { #if defined (USE_KDE) - static KCmdLineOptions options[] = + static TDECmdLineOptions options[] = { { "autotestmode", "Perform auto testing", 0 }, { "shortautotestmode", "Perform short auto testing", 0 }, { "+[chmfile]", "A CHM file to show", 0 }, { "search ", I18N_NOOP("'--search ' specifies the search query to search, and activate the first entry if found"), 0 }, { "sindex ", I18N_NOOP("'--sindex ' specifies the word to find in index, and activate if found"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; TDEAboutData aboutdata ( "kchmviewer", -- cgit v1.2.3