From abbc06820c7599ea3d423dd91ad198d11bd1e6ec Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:32:55 -0600 Subject: [PATCH] Rename KCmd to avoid conflicts with KDE4 --- kbarcode/main.cpp | 4 ++-- 1 file 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 ", I18N_NOOP("Print labels without any data"), 0 }, { "importsql ", I18N_NOOP("Import variable data from a specified sql query"), 0 }, { "importcsv ", I18N_NOOP("Import variable data from a specified csv file"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; void setupDirs()