From 50adbb07763d50e09ab74379a6c3bb6e3b0b7c37 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:32:13 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- src/app/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/app/main.cpp b/src/app/main.cpp index 038c5c3..efde83c 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -33,14 +33,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include "mainwindow.h" namespace Gwenview { -static KCmdLineOptions options[] = { +static TDECmdLineOptions options[] = { { "f", I18N_NOOP("Start in fullscreen mode"), 0 }, { "filter-type ", I18N_NOOP("Filter by file type"), 0 }, { "filter-name ", I18N_NOOP("Filter by file pattern (*.jpg, 01*...)"), 0 }, { "filter-from ", I18N_NOOP("Only show files newer or equal to "), 0 }, { "filter-to ", I18N_NOOP("Only show files older or equal to "), 0 }, { "+[file or folder]", I18N_NOOP("A starting file or folder"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; static const char version[] = "1.4.2"; -- cgit v1.2.3