summaryrefslogtreecommitdiffstats
path: root/buildtools
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:48:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:48:39 -0600
commit2e05692480ffca7ce2043180e9377619c233ee66 (patch)
tree5088d7b6bbb2a9ddd2cf47b53bde45e72f2529d7 /buildtools
parent2f859f842a79ef5cf5b6df6ffcdbe47f5e0bcf24 (diff)
downloadtdevelop-2e05692480ffca7ce2043180e9377619c233ee66.tar.gz
tdevelop-2e05692480ffca7ce2043180e9377619c233ee66.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/lib/parsers/qmake/tests/runner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/lib/parsers/qmake/tests/runner.cpp b/buildtools/lib/parsers/qmake/tests/runner.cpp
index 489dd754..1ddcac63 100644
--- a/buildtools/lib/parsers/qmake/tests/runner.cpp
+++ b/buildtools/lib/parsers/qmake/tests/runner.cpp
@@ -30,7 +30,7 @@
#include <kcmdlineargs.h>
#include <kurl.h>
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{"silent", "Enable Parser debug output", 0},
{"!debug", "Disable output of the generated AST", 0},