Replace tqt_mo_* defines

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a917f919a1)
r14.1.x
Michele Calgaro 9 months ago
parent 35014b8f02
commit 854ae8e07b
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -45,7 +45,7 @@ void ClassInfoView::buildList( TQObject *o )
for (int index = 0; index < mo->numClassInfo(true); index++) {
const TQClassInfo * classInfo = mo->classInfo(index, true);
new TDEListViewItem( this, classInfo->tqt_mo_ci_name, classInfo->tqt_mo_ci_value );
new TDEListViewItem( this, classInfo->name, classInfo->value );
}
}

Loading…
Cancel
Save