summaryrefslogtreecommitdiffstats
path: root/dcop/dcop_deadlock_test.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-09 20:12:21 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-09 20:12:21 -0500
commit2366375b23b770db27544720910e6c74093db638 (patch)
treea897add75ba96294a802b1670506648ed6cc0d01 /dcop/dcop_deadlock_test.cpp
parent76684764d9725f501d51331fb6c8f69684ce5b66 (diff)
downloadtdelibs-2366375b23b770db27544720910e6c74093db638.tar.gz
tdelibs-2366375b23b770db27544720910e6c74093db638.zip
Use tqtinterface-provided values for DCOP text types
This resolves Bug 994
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 a5869b2a7..66bd5088a 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";
+ replyType = TQSTRING_OBJECT_NAME_STRING;
TQDataStream reply( replyData, IO_WriteOnly );
reply << TQString("Hey");
m_timer.start(1000, true);