summaryrefslogtreecommitdiffstats
path: root/tdeprint/kjobviewer/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:44:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:44:17 -0600
commit5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd (patch)
treea5eb4cb7c4754e533de65c5adee17d783e426425 /tdeprint/kjobviewer/main.cpp
parent98eb308fc180d9bea71f448b262ab796353ac904 (diff)
downloadtdebase-5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd.tar.gz
tdebase-5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'tdeprint/kjobviewer/main.cpp')
-rw-r--r--tdeprint/kjobviewer/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeprint/kjobviewer/main.cpp b/tdeprint/kjobviewer/main.cpp
index a0671e5bc..59bf0e1c0 100644
--- a/tdeprint/kjobviewer/main.cpp
+++ b/tdeprint/kjobviewer/main.cpp
@@ -25,11 +25,11 @@
#include <klocale.h>
#include <stdlib.h>
-static KCmdLineOptions options[] = {
+static TDECmdLineOptions options[] = {
{ "d <printer-name>", I18N_NOOP("The printer for which jobs are requested"), 0 },
{ "noshow", I18N_NOOP("Show job viewer at startup"), 0},
{ "all", I18N_NOOP("Show jobs for all printers"), 0},
- KCmdLineLastOption
+ TDECmdLineLastOption
};