From fe0432259a73c5b048cf34ea30f525ed2af392ce Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:48:02 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kgpg/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kgpg') diff --git a/kgpg/main.cpp b/kgpg/main.cpp index a440b32..0d0e635 100644 --- a/kgpg/main.cpp +++ b/kgpg/main.cpp @@ -31,7 +31,7 @@ static const char description[] = static const char version[] = "1.2.2"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "e", I18N_NOOP("Encrypt file"), 0 }, { "k", I18N_NOOP("Open key manager"), 0 }, @@ -40,7 +40,7 @@ static KCmdLineOptions options[] = { "V", I18N_NOOP("Verify signature"), 0 }, { "X", I18N_NOOP("Shred file"), 0 }, { "+[File]", I18N_NOOP("File to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption // INSERT YOUR COMMANDLINE OPTIONS HERE }; -- cgit v1.2.1