summaryrefslogtreecommitdiffstats
path: root/kunittest/runnergui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kunittest/runnergui.cpp')
-rw-r--r--kunittest/runnergui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kunittest/runnergui.cpp b/kunittest/runnergui.cpp
index 73e888e4..4644d0e5 100644
--- a/kunittest/runnergui.cpp
+++ b/kunittest/runnergui.cpp
@@ -422,8 +422,8 @@ namespace KUnitTest
TQDataStream arg(data, IO_WriteOnly);
bool ok;
arg << TQString(reFileAndLine.cap(1)) << (reFileAndLine.cap(2).toInt(&ok) - 1);
- client.send("kdevelop-*", "KDevPartController", "editDocument(TQString,int)", data);
- client.send("kdevelop-*", "MainWindow", "raise()", TQString(""));
+ client.send("tdevelop-*", "KDevPartController", "editDocument(TQString,int)", data);
+ client.send("tdevelop-*", "MainWindow", "raise()", TQString(""));
client.detach();
}