summaryrefslogtreecommitdiffstats
path: root/dcop/dcop_deadlock_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dcop/dcop_deadlock_test.cpp')
-rw-r--r--dcop/dcop_deadlock_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcop/dcop_deadlock_test.cpp b/dcop/dcop_deadlock_test.cpp
index 1ab43f730..6b32688ef 100644
--- a/dcop/dcop_deadlock_test.cpp
+++ b/dcop/dcop_deadlock_test.cpp
@@ -47,7 +47,7 @@ TQCString& replyType, TQByteArray &replyData)
gettimeofday(&tv, 0);
tqWarning("%s: function('%s') %d:%06d", name(), m_remoteName.data(), tv.tv_sec % 100, tv.tv_usec);
- replyType = TQSTRING_OBJECT_NAME_STRING;
+ replyType = "TQString";
TQDataStream reply( replyData, IO_WriteOnly );
reply << TQString("Hey");
m_timer.start(1000, true);