Rename KCmd to avoid conflicts with KDE4

pull/2/head
Timothy Pearson 12 years ago
parent c9e6b06741
commit 08450ac660

@ -26,10 +26,10 @@
#include <klocale.h>
static KCmdLineOptions options[] =
static TDECmdLineOptions options[] =
{
{ "+[URL]", I18N_NOOP("Location to open"), 0 },
KCmdLineLastOption
TDECmdLineLastOption
};

@ -26,10 +26,10 @@
#include <klocale.h>
static KCmdLineOptions options[] =
static TDECmdLineOptions options[] =
{
{ "+[URL]", I18N_NOOP("Location to open"), 0 },
KCmdLineLastOption
TDECmdLineLastOption
};

Loading…
Cancel
Save