summaryrefslogtreecommitdiffstats
path: root/tests/exportdatebook.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/exportdatebook.cc')
-rw-r--r--tests/exportdatebook.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/exportdatebook.cc b/tests/exportdatebook.cc
index d4cf8c5..24c57c5 100644
--- a/tests/exportdatebook.cc
+++ b/tests/exportdatebook.cc
@@ -61,12 +61,12 @@ int main(int argc, char **argv)
KApplication::disableAutoDcopRegistration();
KAboutData aboutData("exportdatebook","Emport 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;