summaryrefslogtreecommitdiffstats
path: root/dcop
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 21:17:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 21:17:28 -0600
commitce5d3d7fd554b9832a69350cffa8d79c5002753e (patch)
treec13d8733981d34584bb38433b3d8035d282cdaff /dcop
parent20cb25189f9f0df72d1210344adf9f7cb60c3295 (diff)
downloadtdelibs-ce5d3d7fd554b9832a69350cffa8d79c5002753e.tar.gz
tdelibs-ce5d3d7fd554b9832a69350cffa8d79c5002753e.zip
Rename additional members for tqt3
Diffstat (limited to 'dcop')
-rw-r--r--dcop/dcopclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcop/dcopclient.cpp b/dcop/dcopclient.cpp
index 9913913f7..92fccde82 100644
--- a/dcop/dcopclient.cpp
+++ b/dcop/dcopclient.cpp
@@ -1536,7 +1536,7 @@ static bool receiveQtObject( const TQCString &objId, const TQCString &fun, const
if ( slot != -1 ) {
replyType = "void";
TQUObject uo[ 1 ];
- o->qt_invoke( slot, uo );
+ o->tqt_invoke( slot, uo );
return true;
}
}