summaryrefslogtreecommitdiffstats
path: root/tests/testidmapper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testidmapper.cc')
-rw-r--r--tests/testidmapper.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testidmapper.cc b/tests/testidmapper.cc
index f25e6db..7365ccb 100644
--- a/tests/testidmapper.cc
+++ b/tests/testidmapper.cc
@@ -286,11 +286,11 @@ bool test7()
int main(int argc, char **argv)
{
- KApplication::disableAutoDcopRegistration();
+ TDEApplication::disableAutoDcopRegistration();
KAboutData aboutData("testidmapper","Test IDMapper","0.1");
TDECmdLineArgs::init(argc,argv,&aboutData);
- KApplication app( false, false );
+ TDEApplication app( false, false );
// Remove file from previous test run
TQDir test( "Testing" );