Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/8/head
Michele Calgaro 10 months ago
parent c73fa2283f
commit 7df9d06a8d
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -135,7 +135,7 @@ void KioskGui::slotCheckEtcSkel()
void KioskGui::setWidgetBackground(TQWidget *w)
{
TQObjectList *l = w->queryList( TQWIDGET_OBJECT_NAME_STRING );
TQObjectList *l = w->queryList( "TQWidget" );
TQObjectListIt it( *l );
for(TQWidget *wid=0; (wid = (TQWidget*)it.current()); ++it)
{

Loading…
Cancel
Save