summaryrefslogtreecommitdiffstats
path: root/networkstatus
diff options
context:
space:
mode:
Diffstat (limited to 'networkstatus')
-rw-r--r--networkstatus/testservice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkstatus/testservice.cpp b/networkstatus/testservice.cpp
index 809d9cd0b..6f713cf29 100644
--- a/networkstatus/testservice.cpp
+++ b/networkstatus/testservice.cpp
@@ -92,7 +92,7 @@ void TestService::slotStatusChange()
int main( int argc, char** argv )
{
- TDEApplication app(argc, argv, "testdcop");
+ TDEApplication app(argc, argv, TQCString("testdcop"));
TestService * test = new TestService;
Q_UNUSED( test );
return app.exec();