From 78b4b738d3bd15c2c820bb566c4725f7cea1ff8d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:45:41 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kooka/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kooka') diff --git a/kooka/main.cpp b/kooka/main.cpp index df42cc9f..997dba64 100644 --- a/kooka/main.cpp +++ b/kooka/main.cpp @@ -62,11 +62,11 @@ static const char license[] = "without including the source code for TQt in the source distribution.\n"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "d ", I18N_NOOP("The SANE compatible device specification (e.g. umax:/dev/sg0)"), "" }, { "g", I18N_NOOP("Gallery mode - do not connect to scanner"), "" }, - KCmdLineLastOption + TDECmdLineLastOption }; -- cgit v1.2.1