diff options
Diffstat (limited to 'tderesources/featureplan/benchmarkfeaturelist.cpp')
-rw-r--r-- | tderesources/featureplan/benchmarkfeaturelist.cpp | 4 |
1 files changed, 2 insertions, 2 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 ) |