summaryrefslogtreecommitdiffstats
path: root/ksvg/test
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/test')
-rw-r--r--ksvg/test/external/printnodetest.cpp4
-rw-r--r--ksvg/test/external/svgdisplay.cc4
2 files changed, 4 insertions, 4 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)
diff --git a/ksvg/test/external/svgdisplay.cc b/ksvg/test/external/svgdisplay.cc
index cf176bd1..fe14aa4a 100644
--- a/ksvg/test/external/svgdisplay.cc
+++ b/ksvg/test/external/svgdisplay.cc
@@ -4,10 +4,10 @@
#include <kaboutdata.h>
#include "SVGTestWidget.h"
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "+URL", I18N_NOOP("SVG file to open"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc, char **argv)