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/16/head
Michele Calgaro 10 months ago
parent aaf6778f3f
commit 07e8503f11
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -498,7 +498,7 @@ void DolphinDetailsView::slotActivationUpdate()
TQObjectListIterator it(list);
TQObject* object = 0;
while ((object = it.current()) != 0) {
if (object->inherits(TQWIDGET_OBJECT_NAME_STRING)) {
if (object->inherits("TQWidget")) {
TQWidget* widget = TQT_TQWIDGET(object);
widget->update();
}

@ -456,7 +456,7 @@ void DolphinIconsView::slotActivationUpdate()
TQObjectListIterator it(list);
TQObject* object = 0;
while ((object = it.current()) != 0) {
if (object->inherits(TQWIDGET_OBJECT_NAME_STRING)) {
if (object->inherits("TQWidget")) {
TQWidget* widget = TQT_TQWIDGET(object);
widget->update();
}

Loading…
Cancel
Save