summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-12 11:43:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-12 11:43:27 +0900
commite256385b970e5aa7e3a5b0051c83901c15f6277f (patch)
treeae35a9b9bc97f125ed74cbd658cc9c8c8c6da9be
parent549a8d58ea71e346b143ffa22b1c6f0b17f490ff (diff)
downloadkipi-plugins-e256385b970e5aa7e3a5b0051c83901c15f6277f.tar.gz
kipi-plugins-e256385b970e5aa7e3a5b0051c83901c15f6277f.zip
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>
-rw-r--r--kipi-plugins/htmlexport/wizard.cpp2
1 files changed, 1 insertions, 1 deletions
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) {