diff options
Diffstat (limited to 'tests/testdatebook.cc')
-rw-r--r-- | tests/testdatebook.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |