diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:48:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:48:02 -0600 |
commit | fe0432259a73c5b048cf34ea30f525ed2af392ce (patch) | |
tree | ab887d531fd1bc5d5e5e711f10a49e8e89f15cae /kgpg | |
parent | 34ec7cf1e70300eb43f3822ce3261893f9f8ace6 (diff) | |
download | tdeutils-fe0432259a73c5b048cf34ea30f525ed2af392ce.tar.gz tdeutils-fe0432259a73c5b048cf34ea30f525ed2af392ce.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kgpg')
-rw-r--r-- | kgpg/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 }; |