diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 19:32:55 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 19:32:55 -0600 |
commit | abbc06820c7599ea3d423dd91ad198d11bd1e6ec (patch) | |
tree | e3d3275494c353dbc062dc0d0ea45f4bb09b038a | |
parent | ead3be96a82fae30bc1da07dc3a492efc16529b8 (diff) | |
download | kbarcode-abbc06820c7599ea3d423dd91ad198d11bd1e6ec.tar.gz kbarcode-abbc06820c7599ea3d423dd91ad198d11bd1e6ec.zip |
Rename KCmd to avoid conflicts with KDE4
-rw-r--r-- | kbarcode/main.cpp | 4 |
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() |