Rename KCmd to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent 23b942758f
commit 024ff8e114

@ -32,9 +32,9 @@ static const char description[] =
static const char version[] = "0.1";
static KCmdLineOptions options[] =
static TDECmdLineOptions options[] =
{
KCmdLineLastOption
TDECmdLineLastOption
};
int main ( int argc, char *argv[] ) {

@ -33,7 +33,7 @@
static const char description[] = I18N_NOOP( "KMFSysTray - IPTables monitor" );
static KCmdLineOptions options[] = {
static TDECmdLineOptions options[] = {
{ "+[URL]", I18N_NOOP( "Files/URLs to Open." ), 0 },
{ "--test ", I18N_NOOP("A short option which takes an argument."), 0 },
{ 0, 0, 0}

@ -35,11 +35,11 @@
static const char description[] = I18N_NOOP( "KMyFirewall - IPTables configuration tool" );
static KCmdLineOptions options[] =
static TDECmdLineOptions options[] =
{
{ "+[URL]", I18N_NOOP( "Files/URLs to Open." ), 0 },
{ "i <interfacename>", I18N_NOOP("Select the interface to use at startup. Use 'iptables' for the iptables/netfilter interface or 'generic' for the generic GUI. By default the interface selection dialog is shown if the user did not specify to allways use one of the interfaces by default."), 0 },
KCmdLineLastOption
TDECmdLineLastOption
};
int main( int argc, char *argv[] ) {

Loading…
Cancel
Save