diff options
Diffstat (limited to 'tests/testdatebook.cc')
-rw-r--r-- | tests/testdatebook.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testdatebook.cc b/tests/testdatebook.cc index 137dd5f..87c9b49 100644 --- a/tests/testdatebook.cc +++ b/tests/testdatebook.cc @@ -49,13 +49,13 @@ static const KCmdLineOptions options[] = int main(int argc, char **argv) { - KApplication::disableAutoDcopRegistration(); + TDEApplication::disableAutoDcopRegistration(); KAboutData aboutData("testdatebook","Test Date Book","0.1"); TDECmdLineArgs::init(argc,argv,&aboutData); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app( false, false ); + TDEApplication app( false, false ); TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); |