Rename KCmd to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent 6d341cc28e
commit dd42a9fb94

@ -14,10 +14,10 @@
#include "fsview.h"
static KCmdLineOptions options[] =
static TDECmdLineOptions options[] =
{
{ "+[folder]", I18N_NOOP("View filesystem starting from this folder"), 0 },
KCmdLineLastOption // End of options.
TDECmdLineLastOption // End of options.
};
int main(int argc, char* argv[])

@ -26,11 +26,11 @@
static const char description[] = I18N_NOOP("KSig");
static KCmdLineOptions options[] =
static TDECmdLineOptions options[] =
{
{ "random", I18N_NOOP("Display a random signature"), 0},
{ "daily", I18N_NOOP("Display a signature for the day"), 0},
KCmdLineLastOption
TDECmdLineLastOption
};
int main(int argc, char *argv[])

@ -40,12 +40,12 @@ static const char description[] = I18N_NOOP("TDE tool for opening URLs given in
static const char version[] = "1.0";
static const KCmdLineOptions options[] =
static const TDECmdLineOptions options[] =
{
{ "map <drive=path>", I18N_NOOP("Map a Windows drive to a local mountpoint, e.g. \"C=/mnt/windows\""
"\nThis option can be given multiple times"), 0},
{ "+URL", I18N_NOOP("Windows .lnk file to open"), 0},
KCmdLineLastOption
TDECmdLineLastOption
};
//--------------------------------------------------------------------------------

Loading…
Cancel
Save