From 601c9c5a7156634acf07eb8d01677d170cd33814 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:38:16 -0600 Subject: [PATCH] Rename KCmd to avoid conflicts with KDE4 --- kuickshow/src/main.cpp | 4 ++-- 1 file 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)