Rename KCmd to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent b1c5bea50a
commit f9801d2ed8

@ -103,12 +103,12 @@ bool GrabPIDLock()
} }
static KCmdLineOptions options[] = static TDECmdLineOptions options[] =
{ {
{ "debug", I18N_NOOP("Debug mode"), 0 }, { "debug", I18N_NOOP("Debug mode"), 0 },
{ "silent", I18N_NOOP("Silently save torrent given on URL"), 0 }, { "silent", I18N_NOOP("Silently save torrent given on URL"), 0 },
{ "+[URL]", I18N_NOOP( "Document to open" ), 0 }, { "+[URL]", I18N_NOOP( "Document to open" ), 0 },
KCmdLineLastOption TDECmdLineLastOption
}; };
int main(int argc, char **argv) int main(int argc, char **argv)

@ -36,10 +36,10 @@ static const char description[] =
static const char version[] = "1.3dev"; static const char version[] = "1.3dev";
static KCmdLineOptions options[] = static TDECmdLineOptions options[] =
{ {
// { "+[URL]", I18N_NOOP( "Document to open" ), 0 }, // { "+[URL]", I18N_NOOP( "Document to open" ), 0 },
KCmdLineLastOption TDECmdLineLastOption
}; };

@ -9,10 +9,10 @@
using namespace RSS; using namespace RSS;
static const KCmdLineOptions options[] = static const TDECmdLineOptions options[] =
{ {
{ "+url", I18N_NOOP("URL of feed"), 0 }, { "+url", I18N_NOOP("URL of feed"), 0 },
KCmdLineLastOption TDECmdLineLastOption
}; };

Loading…
Cancel
Save