diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/exportdatebook.cc | 6 | ||||
-rw-r--r-- | tests/importaddresses.cc | 6 | ||||
-rw-r--r-- | tests/importdatebook.cc | 6 | ||||
-rw-r--r-- | tests/mergecalendars.cc | 6 | ||||
-rw-r--r-- | tests/testaddress.cc | 6 | ||||
-rw-r--r-- | tests/testcategories.cc | 6 | ||||
-rw-r--r-- | tests/testdatabase.cc | 6 | ||||
-rw-r--r-- | tests/testdatebook.cc | 6 | ||||
-rw-r--r-- | tests/testidmapper.cc | 2 |
9 files changed, 25 insertions, 25 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; diff --git a/tests/importaddresses.cc b/tests/importaddresses.cc index 61cc513..f39e76c 100644 --- a/tests/importaddresses.cc +++ b/tests/importaddresses.cc @@ -56,13 +56,13 @@ static const KCmdLineOptions options[] = int main(int argc, char **argv) { KAboutData aboutData("importaddresses","Import Address Book","0.1"); - KCmdLineArgs::init(argc,argv,&aboutData); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init(argc,argv,&aboutData); + TDECmdLineArgs::addCmdLineOptions( options ); // KApplication app( false, false ); KApplication app; - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); #ifdef DEBUG debug_level= (args->isSet("verbose")) ? 4 : 0; 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; diff --git a/tests/mergecalendars.cc b/tests/mergecalendars.cc index 898eb8c..916588e 100644 --- a/tests/mergecalendars.cc +++ b/tests/mergecalendars.cc @@ -54,12 +54,12 @@ int main(int argc, char **argv) KApplication::disableAutoDcopRegistration(); KAboutData aboutData("mergecalendars","Merge libkcal Calendars","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(); int debug_level= (args->isSet("verbose")) ? 4 : 0; diff --git a/tests/testaddress.cc b/tests/testaddress.cc index 9f9f44e..36ed56d 100644 --- a/tests/testaddress.cc +++ b/tests/testaddress.cc @@ -52,12 +52,12 @@ int main(int argc, char **argv) KApplication::disableAutoDcopRegistration(); KAboutData aboutData("testaddress","Test Addresses","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; diff --git a/tests/testcategories.cc b/tests/testcategories.cc index aefb8b9..9d09c8e 100644 --- a/tests/testcategories.cc +++ b/tests/testcategories.cc @@ -157,12 +157,12 @@ int main(int argc, char **argv) KApplication::disableAutoDcopRegistration(); KAboutData aboutData("testcategories","Test Categories","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; diff --git a/tests/testdatabase.cc b/tests/testdatabase.cc index 02b43c6..36dce8f 100644 --- a/tests/testdatabase.cc +++ b/tests/testdatabase.cc @@ -256,12 +256,12 @@ int main(int argc, char **argv) KApplication::disableAutoDcopRegistration(); KAboutData aboutData("testdatabase","Test Databases","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(); Q_UNUSED(args) 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; diff --git a/tests/testidmapper.cc b/tests/testidmapper.cc index 8d60afc..f25e6db 100644 --- a/tests/testidmapper.cc +++ b/tests/testidmapper.cc @@ -288,7 +288,7 @@ int main(int argc, char **argv) { KApplication::disableAutoDcopRegistration(); KAboutData aboutData("testidmapper","Test IDMapper","0.1"); - KCmdLineArgs::init(argc,argv,&aboutData); + TDECmdLineArgs::init(argc,argv,&aboutData); KApplication app( false, false ); |