summaryrefslogtreecommitdiffstats
path: root/tdecore/tests/KIDLTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/tests/KIDLTest.cpp')
-rw-r--r--tdecore/tests/KIDLTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/tests/KIDLTest.cpp b/tdecore/tests/KIDLTest.cpp
index e714bc52f..a54e32be5 100644
--- a/tdecore/tests/KIDLTest.cpp
+++ b/tdecore/tests/KIDLTest.cpp
@@ -1,6 +1,6 @@
#include "KIDLTest.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
KIDLTest::KIDLTest( const TQCString& id )
@@ -18,7 +18,7 @@ TQString KIDLTest::hello( const TQString& name )
int main( int argc, char** argv )
{
- KApplication app( argc, argv, "kidlservertest", false /* No GUI */ );
+ TDEApplication app( argc, argv, "kidlservertest", false /* No GUI */ );
app.dcopClient()->attach();
app.dcopClient()->registerAs( "kidlservertest" );