Rename KCmd to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent aa87a56c50
commit 05318b1e0c

@ -32,10 +32,10 @@ KmagApp *kmagapp;
// INSERT A DESCRIPTION FOR YOUR APPLICATION HERE
static KCmdLineOptions options[] =
static TDECmdLineOptions options[] =
{
{ "+[File]", I18N_NOOP("File to open"), 0 },
KCmdLineLastOption
TDECmdLineLastOption
// INSERT YOUR COMMANDLINE OPTIONS HERE
};

@ -33,9 +33,9 @@ static const char description[] =
// INSERT A DESCRIPTION FOR YOUR APPLICATION HERE
static KCmdLineOptions options[] =
static TDECmdLineOptions options[] =
{
KCmdLineLastOption
TDECmdLineLastOption
// INSERT YOUR COMMANDLINE OPTIONS HERE
};

@ -29,10 +29,10 @@ static const char description[] =
// INSERT A DESCRIPTION FOR YOUR APPLICATION HERE
static KCmdLineOptions options[] =
static TDECmdLineOptions options[] =
{
{ "+[File]", I18N_NOOP("History file to open"), 0 },
KCmdLineLastOption
TDECmdLineLastOption
// INSERT YOUR COMMANDLINE OPTIONS HERE
};

@ -39,7 +39,7 @@ using namespace std;
#include "filterproc.h"
#include "talkercode.h"
static const KCmdLineOptions options[] =
static const TDECmdLineOptions options[] =
{
{ "+pluginName", I18N_NOOP("Name of a KTTSD filter plugin (required)"), 0 },
{ "t", 0, 0 },
@ -54,7 +54,7 @@ static const KCmdLineOptions options[] =
{ "b", 0, 0 },
{ "break", I18N_NOOP("Display tabs as \\t, otherwise they are removed"), 0 },
{ "list", I18N_NOOP("Display list of available filter plugins and exit"), 0 },
KCmdLineLastOption
TDECmdLineLastOption
};
int main(int argc, char *argv[])

@ -43,13 +43,13 @@
#include "kspeech.h"
#include "kttsmgr.h"
static const KCmdLineOptions options[] =
static const TDECmdLineOptions options[] =
{
{ "s", 0, 0 },
{ "systray", I18N_NOOP("Start minimized in system tray"), 0 },
{ "a", 0, 0 },
{ "autoexit", I18N_NOOP("Exit when speaking is finished and minimized in system tray"), 0 },
KCmdLineLastOption
TDECmdLineLastOption
};
int main (int argc, char *argv[])

Loading…
Cancel
Save