summaryrefslogtreecommitdiffstats
path: root/kuickshow
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:45:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:45:41 -0600
commit78b4b738d3bd15c2c820bb566c4725f7cea1ff8d (patch)
treeed9cc8dc203cf9cf98a1768602bef9caebc70763 /kuickshow
parent580d345952faf597f69347256e0ad3411725988a (diff)
downloadtdegraphics-78b4b738d3bd15c2c820bb566c4725f7cea1ff8d.tar.gz
tdegraphics-78b4b738d3bd15c2c820bb566c4725f7cea1ff8d.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 ed0ad319..e8df1417 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)