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