diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:33:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:33:02 -0600 |
commit | cb76d2617bec6834b9ee12329ad2605b71be2d42 (patch) | |
tree | fc721c0623beb03c6474d5a978d44babc6a303fa /src | |
parent | f4ebafc97ec67abf7d8b0fb0a39fedbae04ce77d (diff) | |
download | kchmviewer-cb76d2617bec6834b9ee12329ad2605b71be2d42.tar.gz kchmviewer-cb76d2617bec6834b9ee12329ad2605b71be2d42.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 4 |
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", |