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>
(cherry picked from commit 7df9d06a8d)
r14.1.x
Michele Calgaro 11 months ago
parent c1c7448461
commit 76b2a6388d
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