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