diff options
Diffstat (limited to 'tdecore/tests/KIDLTestClient.cpp')
-rw-r--r-- | tdecore/tests/KIDLTestClient.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/tests/KIDLTestClient.cpp b/tdecore/tests/KIDLTestClient.cpp index 87884c05a..4614ed51e 100644 --- a/tdecore/tests/KIDLTestClient.cpp +++ b/tdecore/tests/KIDLTestClient.cpp @@ -1,11 +1,11 @@ -#include <kapplication.h> +#include <tdeapplication.h> #include <dcopclient.h> #include "KIDLTest_stub.h" int main( int argc, char** argv ) { - KApplication app( argc, argv, "KIDLTestClient", false /* No GUI */ ); + TDEApplication app( argc, argv, "KIDLTestClient", false /* No GUI */ ); kapp->dcopClient()->attach(); // kapp->dcopClient()->registerAs( "kidlclienttest" ); |