summaryrefslogtreecommitdiffstats
path: root/tdecore/tests/KIDLTestClient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/tests/KIDLTestClient.cpp')
-rw-r--r--tdecore/tests/KIDLTestClient.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/tests/KIDLTestClient.cpp b/tdecore/tests/KIDLTestClient.cpp
index 4614ed51e..3fadee13e 100644
--- a/tdecore/tests/KIDLTestClient.cpp
+++ b/tdecore/tests/KIDLTestClient.cpp
@@ -7,8 +7,8 @@ int main( int argc, char** argv )
{
TDEApplication app( argc, argv, "KIDLTestClient", false /* No GUI */ );
- kapp->dcopClient()->attach();
- // kapp->dcopClient()->registerAs( "kidlclienttest" );
+ tdeApp->dcopClient()->attach();
+ // tdeApp->dcopClient()->registerAs( "kidlclienttest" );
KIDLTest_stub* t = new KIDLTest_stub( "kidlservertest", "Hello" );