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/3/head
Michele Calgaro 10 months ago
parent 549a8d58ea
commit e256385b97
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -104,7 +104,7 @@ struct Wizard::Private {
if (content->layout()) {
// Setting recursiveSearch to false is very important, if we don't
// we will end up deleting subwidgets of our child widgets
TQObjectList* list = content->queryList(TQWIDGET_OBJECT_NAME_STRING, 0 /*objName*/,
TQObjectList* list = content->queryList("TQWidget", 0 /*objName*/,
false /*regexpMatch*/, false /*recursiveSearch*/);
TQObjectListIterator it(*list);
for( ; it.current(); ++it) {

Loading…
Cancel
Save