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",