summaryrefslogtreecommitdiffstats
path: root/kresources/featureplan/benchmarkfeaturelist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/featureplan/benchmarkfeaturelist.cpp')
-rw-r--r--kresources/featureplan/benchmarkfeaturelist.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kresources/featureplan/benchmarkfeaturelist.cpp b/kresources/featureplan/benchmarkfeaturelist.cpp
index f30ec270..1ce29998 100644
--- a/kresources/featureplan/benchmarkfeaturelist.cpp
+++ b/kresources/featureplan/benchmarkfeaturelist.cpp
@@ -72,12 +72,12 @@ int main( int argc, char **argv )
KAboutData aboutData( "benchmarkfeaturelist",
"Benchmark for feature list XML parser",
"0.1" );
- KCmdLineArgs::init( argc, argv, &aboutData );
- KCmdLineArgs::addCmdLineOptions( options );
+ TDECmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::addCmdLineOptions( options );
KApplication app( false, false );
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
if ( args->count() != 1 ) {
args->usage( "Wrong number of arguments." );