Rename KCmd to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent ead3be96a8
commit abbc06820c

@ -30,7 +30,7 @@
#define VERSION "Unknown Version" #define VERSION "Unknown Version"
#endif #endif
static KCmdLineOptions options[] = static TDECmdLineOptions options[] =
{ {
{ "+[file]", I18N_NOOP("Load the file in KBarcode (if --batch is specified, the file will be used in batchprinting mode)"), 0}, { "+[file]", I18N_NOOP("Load the file in KBarcode (if --batch is specified, the file will be used in batchprinting mode)"), 0},
{ "print", I18N_NOOP("Print any loaded files immediately on the default printer " { "print", I18N_NOOP("Print any loaded files immediately on the default printer "
@ -47,7 +47,7 @@ static KCmdLineOptions options[] =
{ "numlabels <value>", I18N_NOOP("Print <value> labels without any data"), 0 }, { "numlabels <value>", I18N_NOOP("Print <value> labels without any data"), 0 },
{ "importsql <query>", I18N_NOOP("Import variable data from a specified sql query"), 0 }, { "importsql <query>", I18N_NOOP("Import variable data from a specified sql query"), 0 },
{ "importcsv <csvfile>", I18N_NOOP("Import variable data from a specified csv file"), 0 }, { "importcsv <csvfile>", I18N_NOOP("Import variable data from a specified csv file"), 0 },
KCmdLineLastOption TDECmdLineLastOption
}; };
void setupDirs() void setupDirs()

Loading…
Cancel
Save