Replace tqt_mo_* defines

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/223/head
Michele Calgaro 8 months ago
parent b7a46cac14
commit 34632650f1
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1512,7 +1512,7 @@ static bool receiveQtObject( const TQCString &objId, const TQCString &fun, const
TQStrList lst = o->metaObject()->slotNames( true );
int i = 0;
for ( TQPtrListIterator<char> it( lst ); it.current(); ++it ) {
if ( o->metaObject()->slot( i++, true )->tqt_mo_access != TQMetaData::Public )
if ( o->metaObject()->slot( i++, true )->access != TQMetaData::Public )
continue;
TQCString slot = it.current();
if ( slot.contains( "()" ) ) {

Loading…
Cancel
Save