Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
@ -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 );
}