From 01b13eaea1e5c517b8967e69878507b99125f5cc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 12 Jul 2023 11:43:27 +0900 Subject: Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro (cherry picked from commit e256385b970e5aa7e3a5b0051c83901c15f6277f) --- kipi-plugins/htmlexport/wizard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kipi-plugins/htmlexport/wizard.cpp b/kipi-plugins/htmlexport/wizard.cpp index 13624cb..6b3b6dc 100644 --- a/kipi-plugins/htmlexport/wizard.cpp +++ b/kipi-plugins/htmlexport/wizard.cpp @@ -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) { -- cgit v1.2.3