From 02fa17d6dd9d871f40038cd9ac615e9e1154724b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:47:16 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- tderesources/featureplan/benchmarkfeaturelist.cpp | 4 ++-- tderesources/featureplan/dumpfeaturelist.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tderesources/featureplan') 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 -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 -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { "+featurelist", "Name of featurelist XML file", 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; void displayFeature( Feature *f ) -- cgit v1.2.3