summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:32:55 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:32:55 -0600
commitabbc06820c7599ea3d423dd91ad198d11bd1e6ec (patch)
treee3d3275494c353dbc062dc0d0ea45f4bb09b038a
parentead3be96a82fae30bc1da07dc3a492efc16529b8 (diff)
downloadkbarcode-abbc0682.tar.gz
kbarcode-abbc0682.zip
Rename KCmd to avoid conflicts with KDE4
-rw-r--r--kbarcode/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbarcode/main.cpp b/kbarcode/main.cpp
index 9541548..7ebddb2 100644
--- a/kbarcode/main.cpp
+++ b/kbarcode/main.cpp
@@ -30,7 +30,7 @@
#define VERSION "Unknown Version"
#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},
{ "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 },
{ "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 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
void setupDirs()