summaryrefslogtreecommitdiffstats
path: root/tderesources/featureplan
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:47:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:47:16 -0600
commit02fa17d6dd9d871f40038cd9ac615e9e1154724b (patch)
treeaf4cf59b73c929b15d4d147921dec9fd41727608 /tderesources/featureplan
parent28bf0c14b571dd696a51e62aa4b18c06d20816af (diff)
downloadtdepim-02fa17d6dd9d871f40038cd9ac615e9e1154724b.tar.gz
tdepim-02fa17d6dd9d871f40038cd9ac615e9e1154724b.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'tderesources/featureplan')
-rw-r--r--tderesources/featureplan/benchmarkfeaturelist.cpp4
-rw-r--r--tderesources/featureplan/dumpfeaturelist.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/tderesources/featureplan/benchmarkfeaturelist.cpp b/tderesources/featureplan/benchmarkfeaturelist.cpp
index f9f88c5c..14225d74 100644
--- a/tderesources/featureplan/benchmarkfeaturelist.cpp
+++ b/tderesources/featureplan/benchmarkfeaturelist.cpp
@@ -32,10 +32,10 @@
#include <iostream>
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{ "+featurelist", "Name of featurelist XML file", 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
void displayFeature( Feature *f )
diff --git a/tderesources/featureplan/dumpfeaturelist.cpp b/tderesources/featureplan/dumpfeaturelist.cpp
index a007b70d..e599f710 100644
--- a/tderesources/featureplan/dumpfeaturelist.cpp
+++ b/tderesources/featureplan/dumpfeaturelist.cpp
@@ -32,10 +32,10 @@
#include <iostream>
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{ "+featurelist", "Name of featurelist XML file", 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
void displayFeature( Feature *f )