summaryrefslogtreecommitdiffstats
path: root/kio/tests/kionetrctest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kio/tests/kionetrctest.cpp')
-rw-r--r--kio/tests/kionetrctest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kio/tests/kionetrctest.cpp b/kio/tests/kionetrctest.cpp
index 852a06453..95b0cf61a 100644
--- a/kio/tests/kionetrctest.cpp
+++ b/kio/tests/kionetrctest.cpp
@@ -44,9 +44,9 @@ int main(int argc, char **argv)
KCmdLineLastOption
};
- KCmdLineArgs::init( argc, argv, "kionetrctest", description, version );
- KCmdLineArgs::addCmdLineOptions( options );
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs::init( argc, argv, "kionetrctest", description, version );
+ TDECmdLineArgs::addCmdLineOptions( options );
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
int count = args->count();
KApplication app;