summaryrefslogtreecommitdiffstats
path: root/tests/testaddress.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testaddress.cc')
-rw-r--r--tests/testaddress.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testaddress.cc b/tests/testaddress.cc
index 36ed56d..da00c65 100644
--- a/tests/testaddress.cc
+++ b/tests/testaddress.cc
@@ -49,13 +49,13 @@ static const KCmdLineOptions options[] =
int main(int argc, char **argv)
{
- KApplication::disableAutoDcopRegistration();
+ TDEApplication::disableAutoDcopRegistration();
KAboutData aboutData("testaddress","Test Addresses","0.1");
TDECmdLineArgs::init(argc,argv,&aboutData);
TDECmdLineArgs::addCmdLineOptions( options );
- KApplication app( false, false );
+ TDEApplication app( false, false );
TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();