summaryrefslogtreecommitdiffstats
path: root/ksvg/test/external/printnodetest.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:45:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:45:41 -0600
commit78b4b738d3bd15c2c820bb566c4725f7cea1ff8d (patch)
treeed9cc8dc203cf9cf98a1768602bef9caebc70763 /ksvg/test/external/printnodetest.cpp
parent580d345952faf597f69347256e0ad3411725988a (diff)
downloadtdegraphics-78b4b738d3bd15c2c820bb566c4725f7cea1ff8d.tar.gz
tdegraphics-78b4b738d3bd15c2c820bb566c4725f7cea1ff8d.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'ksvg/test/external/printnodetest.cpp')
-rw-r--r--ksvg/test/external/printnodetest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksvg/test/external/printnodetest.cpp b/ksvg/test/external/printnodetest.cpp
index 83ffafde..94206b19 100644
--- a/ksvg/test/external/printnodetest.cpp
+++ b/ksvg/test/external/printnodetest.cpp
@@ -13,10 +13,10 @@
using namespace KSVG;
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "+URL", I18N_NOOP("SVG file to open"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
Worker::Worker(const KURL &url)