Rename KCmd to avoid conflicts with KDE4

remotes/gitea/gg-tdeadmin-kcron
Timothy Pearson 12 years ago
parent f5ca1166fd
commit b2485e1170

@ -30,7 +30,7 @@
#include "version.h" #include "version.h"
static KCmdLineOptions options[] = static TDECmdLineOptions options[] =
{ {
{ 0, 0, 0 } { 0, 0, 0 }
// INSERT YOUR COMMANDLINE OPTIONS HERE // INSERT YOUR COMMANDLINE OPTIONS HERE

@ -58,12 +58,12 @@
static const char description[] = static const char description[] =
I18N_NOOP("TDE Package installer"); I18N_NOOP("TDE Package installer");
static KCmdLineOptions options[] = static TDECmdLineOptions options[] =
{ {
{ "remote ", I18N_NOOP("Remote host for Debian APT, via SSH"), 0 }, { "remote ", I18N_NOOP("Remote host for Debian APT, via SSH"), 0 },
{ "r ", 0, 0}, { "r ", 0, 0},
{ "+[Package]", I18N_NOOP("Package to install"), 0 }, { "+[Package]", I18N_NOOP("Package to install"), 0 },
KCmdLineLastOption TDECmdLineLastOption
}; };
// Globals // Globals

Loading…
Cancel
Save