summaryrefslogtreecommitdiffstats
path: root/kuickshow
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:38:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:38:16 -0600
commit601c9c5a7156634acf07eb8d01677d170cd33814 (patch)
tree4353d8acafc6b80db8a2c5ad05bb53642b537830 /kuickshow
parentc6a4ae5cfe980eed21f39d2fc64eb60d8c6da225 (diff)
downloadkuickshow-601c9c5a7156634acf07eb8d01677d170cd33814.tar.gz
kuickshow-601c9c5a7156634acf07eb8d01677d170cd33814.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kuickshow')
-rw-r--r--kuickshow/src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kuickshow/src/main.cpp b/kuickshow/src/main.cpp
index ed0ad31..e8df141 100644
--- a/kuickshow/src/main.cpp
+++ b/kuickshow/src/main.cpp
@@ -27,13 +27,13 @@
#include "kuickshow.h"
#include "version.h"
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "lastfolder", I18N_NOOP("Start in the last visited folder, not the "
"current working folder."), 0 },
{ "d", 0, 0 }, // short option for --lastdir
{ "+[files]", I18N_NOOP("Optional image filenames/urls to show"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
extern "C" KDE_EXPORT int kdemain(int argc, char **argv)