diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/exportdatebook.cc | 2 | ||||
-rw-r--r-- | tests/importaddresses.cc | 2 | ||||
-rw-r--r-- | tests/importdatebook.cc | 2 | ||||
-rw-r--r-- | tests/mergecalendars.cc | 2 | ||||
-rw-r--r-- | tests/testaddress.cc | 2 | ||||
-rw-r--r-- | tests/testcategories.cc | 2 | ||||
-rw-r--r-- | tests/testdatabase.cc | 2 | ||||
-rw-r--r-- | tests/testdatebook.cc | 2 | ||||
-rw-r--r-- | tests/testidmapper.cc | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/tests/exportdatebook.cc b/tests/exportdatebook.cc index f3c602b..7034341 100644 --- a/tests/exportdatebook.cc +++ b/tests/exportdatebook.cc @@ -60,7 +60,7 @@ int main(int argc, char **argv) TDEApplication::disableAutoDcopRegistration(); - KAboutData aboutData("exportdatebook","Emport Date Book","0.1"); + TDEAboutData aboutData("exportdatebook","Emport Date Book","0.1"); TDECmdLineArgs::init(argc,argv,&aboutData); TDECmdLineArgs::addCmdLineOptions( options ); diff --git a/tests/importaddresses.cc b/tests/importaddresses.cc index c4f321e..74e4652 100644 --- a/tests/importaddresses.cc +++ b/tests/importaddresses.cc @@ -55,7 +55,7 @@ static const KCmdLineOptions options[] = int main(int argc, char **argv) { - KAboutData aboutData("importaddresses","Import Address Book","0.1"); + TDEAboutData aboutData("importaddresses","Import Address Book","0.1"); TDECmdLineArgs::init(argc,argv,&aboutData); TDECmdLineArgs::addCmdLineOptions( options ); diff --git a/tests/importdatebook.cc b/tests/importdatebook.cc index 9128afc..24281c0 100644 --- a/tests/importdatebook.cc +++ b/tests/importdatebook.cc @@ -57,7 +57,7 @@ int main(int argc, char **argv) { TDEApplication::disableAutoDcopRegistration(); - KAboutData aboutData("importdatebook","Import Date Book","0.1"); + TDEAboutData aboutData("importdatebook","Import Date Book","0.1"); TDECmdLineArgs::init(argc,argv,&aboutData); TDECmdLineArgs::addCmdLineOptions( options ); diff --git a/tests/mergecalendars.cc b/tests/mergecalendars.cc index 04d87be..c499a7d 100644 --- a/tests/mergecalendars.cc +++ b/tests/mergecalendars.cc @@ -53,7 +53,7 @@ int main(int argc, char **argv) TDEApplication::disableAutoDcopRegistration(); - KAboutData aboutData("mergecalendars","Merge libkcal Calendars","0.1"); + TDEAboutData aboutData("mergecalendars","Merge libkcal Calendars","0.1"); TDECmdLineArgs::init(argc,argv,&aboutData); TDECmdLineArgs::addCmdLineOptions( options ); diff --git a/tests/testaddress.cc b/tests/testaddress.cc index da00c65..318de98 100644 --- a/tests/testaddress.cc +++ b/tests/testaddress.cc @@ -51,7 +51,7 @@ int main(int argc, char **argv) { TDEApplication::disableAutoDcopRegistration(); - KAboutData aboutData("testaddress","Test Addresses","0.1"); + TDEAboutData aboutData("testaddress","Test Addresses","0.1"); TDECmdLineArgs::init(argc,argv,&aboutData); TDECmdLineArgs::addCmdLineOptions( options ); diff --git a/tests/testcategories.cc b/tests/testcategories.cc index 83b8a7b..eb4728e 100644 --- a/tests/testcategories.cc +++ b/tests/testcategories.cc @@ -156,7 +156,7 @@ int main(int argc, char **argv) { TDEApplication::disableAutoDcopRegistration(); - KAboutData aboutData("testcategories","Test Categories","0.1"); + TDEAboutData aboutData("testcategories","Test Categories","0.1"); TDECmdLineArgs::init(argc,argv,&aboutData); TDECmdLineArgs::addCmdLineOptions( options ); diff --git a/tests/testdatabase.cc b/tests/testdatabase.cc index 6986541..123eb2c 100644 --- a/tests/testdatabase.cc +++ b/tests/testdatabase.cc @@ -255,7 +255,7 @@ int main(int argc, char **argv) { TDEApplication::disableAutoDcopRegistration(); - KAboutData aboutData("testdatabase","Test Databases","0.1"); + TDEAboutData aboutData("testdatabase","Test Databases","0.1"); TDECmdLineArgs::init(argc,argv,&aboutData); TDECmdLineArgs::addCmdLineOptions( options ); diff --git a/tests/testdatebook.cc b/tests/testdatebook.cc index 87c9b49..0335867 100644 --- a/tests/testdatebook.cc +++ b/tests/testdatebook.cc @@ -51,7 +51,7 @@ int main(int argc, char **argv) { TDEApplication::disableAutoDcopRegistration(); - KAboutData aboutData("testdatebook","Test Date Book","0.1"); + TDEAboutData aboutData("testdatebook","Test Date Book","0.1"); TDECmdLineArgs::init(argc,argv,&aboutData); TDECmdLineArgs::addCmdLineOptions( options ); diff --git a/tests/testidmapper.cc b/tests/testidmapper.cc index 7365ccb..d5e460e 100644 --- a/tests/testidmapper.cc +++ b/tests/testidmapper.cc @@ -287,7 +287,7 @@ bool test7() int main(int argc, char **argv) { TDEApplication::disableAutoDcopRegistration(); - KAboutData aboutData("testidmapper","Test IDMapper","0.1"); + TDEAboutData aboutData("testidmapper","Test IDMapper","0.1"); TDECmdLineArgs::init(argc,argv,&aboutData); TDEApplication app( false, false ); |