summaryrefslogtreecommitdiffstats
path: root/tdehtml/test_regression.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:46:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:46:01 -0600
commit5466d52073af147d100482cbf633087bb9fb631b (patch)
tree80fee1fa39c51e63dfb213f52514fbec95c331bc /tdehtml/test_regression.cpp
parent84341c04865b27eaf78e082e1cca79a2c9d05262 (diff)
downloadtdelibs-5466d52073af147d100482cbf633087bb9fb631b.tar.gz
tdelibs-5466d52073af147d100482cbf633087bb9fb631b.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'tdehtml/test_regression.cpp')
-rw-r--r--tdehtml/test_regression.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdehtml/test_regression.cpp b/tdehtml/test_regression.cpp
index 3e1e14d8c..a127bb709 100644
--- a/tdehtml/test_regression.cpp
+++ b/tdehtml/test_regression.cpp
@@ -400,7 +400,7 @@ Value TDEHTMLPartFunction::call(ExecState *exec, Object &/*thisObj*/, const List
// -------------------------------------------------------------------------
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "b", 0, 0 },
{ "base <base_dir>", "Directory containing tests, basedir and output directories.", 0},
@@ -419,7 +419,7 @@ static KCmdLineOptions options[] =
{ "output <directory>", "Put output in <directory> instead of <base_dir>/output", 0 } ,
{ "+[base_dir]", "Directory containing tests,basedir and output directories. Only regarded if -b is not specified.", 0 } ,
{ "+[testcases]", "Relative path to testcase, or directory of testcases to be run (equivalent to -t).", 0 } ,
- KCmdLineLastOption
+ TDECmdLineLastOption
};
static bool existsDir(TQCString dir)