summaryrefslogtreecommitdiffstats
path: root/tests/testdatebook.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdatebook.cc')
-rw-r--r--tests/testdatebook.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/testdatebook.cc b/tests/testdatebook.cc
index 5cc0b7d..137dd5f 100644
--- a/tests/testdatebook.cc
+++ b/tests/testdatebook.cc
@@ -52,12 +52,12 @@ int main(int argc, char **argv)
KApplication::disableAutoDcopRegistration();
KAboutData aboutData("testdatebook","Test 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();
#ifdef DEBUG
debug_level= (args->isSet("verbose")) ? 4 : 0;