summaryrefslogtreecommitdiffstats
path: root/kdevdesigner
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 /kdevdesigner
parent2f859f842a79ef5cf5b6df6ffcdbe47f5e0bcf24 (diff)
downloadtdevelop-2e05692480ffca7ce2043180e9377619c233ee66.tar.gz
tdevelop-2e05692480ffca7ce2043180e9377619c233ee66.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kdevdesigner')
-rw-r--r--kdevdesigner/src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdevdesigner/src/main.cpp b/kdevdesigner/src/main.cpp
index 58094d1b..1c3921ea 100644
--- a/kdevdesigner/src/main.cpp
+++ b/kdevdesigner/src/main.cpp
@@ -32,10 +32,10 @@ static const char description[] =
static const char version[] = "0.2";
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "+[URL]", I18N_NOOP( "Document to open" ), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc, char **argv)