diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:47:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:47:16 -0600 |
commit | 02fa17d6dd9d871f40038cd9ac615e9e1154724b (patch) | |
tree | af4cf59b73c929b15d4d147921dec9fd41727608 /tderesources/featureplan | |
parent | 28bf0c14b571dd696a51e62aa4b18c06d20816af (diff) | |
download | tdepim-02fa17d6dd9d871f40038cd9ac615e9e1154724b.tar.gz tdepim-02fa17d6dd9d871f40038cd9ac615e9e1154724b.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'tderesources/featureplan')
-rw-r--r-- | tderesources/featureplan/benchmarkfeaturelist.cpp | 4 | ||||
-rw-r--r-- | tderesources/featureplan/dumpfeaturelist.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tderesources/featureplan/benchmarkfeaturelist.cpp b/tderesources/featureplan/benchmarkfeaturelist.cpp index f9f88c5cc..14225d74c 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 a007b70dc..e599f7107 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 ) |