|
|
@ -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[])
|
|
|
|