|
|
@ -92,7 +92,7 @@ void TestService::slotStatusChange()
|
|
|
|
|
|
|
|
|
|
|
|
int main( int argc, char** argv )
|
|
|
|
int main( int argc, char** argv )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
KApplication app(argc, argv, "testdcop");
|
|
|
|
KApplication app(argc, argv, TQCString("testdcop"));
|
|
|
|
TestService * test = new TestService;
|
|
|
|
TestService * test = new TestService;
|
|
|
|
Q_UNUSED( test );
|
|
|
|
Q_UNUSED( test );
|
|
|
|
return app.exec();
|
|
|
|
return app.exec();
|
|
|
|