summaryrefslogtreecommitdiffstats
path: root/tests/importdatebook.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/importdatebook.cc')
-rw-r--r--tests/importdatebook.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/importdatebook.cc b/tests/importdatebook.cc
index ebbb701..2880e06 100644
--- a/tests/importdatebook.cc
+++ b/tests/importdatebook.cc
@@ -58,12 +58,12 @@ int main(int argc, char **argv)
KApplication::disableAutoDcopRegistration();
KAboutData aboutData("importdatebook","Import Date Book","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();
debug_level= (args->isSet("verbose")) ? 4 : 0;