summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.cpp4
1 files 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 <query>", I18N_NOOP("'--search <query>' specifies the search query to search, and activate the first entry if found"), 0 },
{ "sindex <word>", I18N_NOOP("'--sindex <word>' specifies the word to find in index, and activate if found"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
TDEAboutData aboutdata ( "kchmviewer",