summaryrefslogtreecommitdiffstats
path: root/lib/kross/api/eventslot.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-03-07 21:09:50 -0600
committerTimothy Pearson <[email protected]>2012-03-07 21:09:50 -0600
commite43514f1d545aebee930c76d96c9ec32cf10822b (patch)
tree7caa14e83889d45a78ca927986740f45a4db0d82 /lib/kross/api/eventslot.cpp
parent1192a5120d9b5311d089985d45761ce33bc00014 (diff)
downloadkoffice-e43514f1d545aebee930c76d96c9ec32cf10822b.tar.gz
koffice-e43514f1d545aebee930c76d96c9ec32cf10822b.zip
Rename additional members for tqt3
Diffstat (limited to 'lib/kross/api/eventslot.cpp')
-rw-r--r--lib/kross/api/eventslot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kross/api/eventslot.cpp b/lib/kross/api/eventslot.cpp
index 3f6482db..bae29872 100644
--- a/lib/kross/api/eventslot.cpp
+++ b/lib/kross/api/eventslot.cpp
@@ -59,7 +59,7 @@ Object::Ptr EventSlot::call(const TQString& /*name*/, List::Ptr arguments)
throw Exception::Ptr( new Exception(TQString("No such slot '%1'.").arg(n)) );
TQUObject* uo = QtObject::toTQUObject(n, arguments);
- m_receiver->qt_invoke(slotid, uo); // invoke the slot
+ m_receiver->tqt_invoke(slotid, uo); // invoke the slot
delete [] uo;
return new Variant( TQVariant(true,0) );