diff options
Diffstat (limited to 'tdecore/tests/KIDLTestClient.cpp')
-rw-r--r-- | tdecore/tests/KIDLTestClient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tests/KIDLTestClient.cpp b/tdecore/tests/KIDLTestClient.cpp index 87884c05a..75d5949c7 100644 --- a/tdecore/tests/KIDLTestClient.cpp +++ b/tdecore/tests/KIDLTestClient.cpp @@ -5,7 +5,7 @@ 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" ); |