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