Rename KCmd to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 289549736e
commit 9de6f32c2c

@ -114,9 +114,9 @@ static TQStringList lookupProfiles(const TQString &mapFile)
return profiles;
}
static KCmdLineOptions options[] = {
static TDECmdLineOptions options[] = {
{ "check", I18N_NOOP("Output currently active prefixes"), 0 },
KCmdLineLastOption
TDECmdLineLastOption
};
int main(int argc, char **argv)

@ -38,10 +38,10 @@ static const char *version = "1.0";
#define KDERC "/etc/kderc"
#endif
static const KCmdLineOptions options[] =
static const TDECmdLineOptions options[] =
{
{ "kderc <file>", I18N_NOOP("kderc file to save settings to"), KDERC },
KCmdLineLastOption
TDECmdLineLastOption
};
int main(int argc, char *argv[])

Loading…
Cancel
Save