Rename KCmd to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent a038714a2f
commit 4b6681449d

@ -150,11 +150,11 @@ bool convertFile(const TQString &file)
static const char *description = "convert-presets"; static const char *description = "convert-presets";
static KCmdLineOptions options[] = static TDECmdLineOptions options[] =
{ {
{ "q", I18N_NOOP("be quiet"), 0}, { "q", I18N_NOOP("be quiet"), 0},
{ "+[preset files]", I18N_NOOP("preset file to convert"), 0 }, { "+[preset files]", I18N_NOOP("preset file to convert"), 0 },
KCmdLineLastOption TDECmdLineLastOption
}; };
int main(int argc, char *argv[]) int main(int argc, char *argv[])

@ -24,7 +24,7 @@
#include "include/debug-profiler.h" #include "include/debug-profiler.h"
static KCmdLineOptions options[] = static TDECmdLineOptions options[] =
{ {
{ 0, 0, 0 } { 0, 0, 0 }
}; };

Loading…
Cancel
Save