summaryrefslogtreecommitdiffstats
path: root/ksquirrel/ksquirrelpart/sq_imageproperties.ui.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-11 20:59:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-11 20:59:29 +0900
commit666848e9d8f532fa2c6d8516bcbc97a4b8ec72d7 (patch)
tree385841872aed3e292f264209b055136ad5ad06e2 /ksquirrel/ksquirrelpart/sq_imageproperties.ui.h
parent995e505a0aa8e0cf30705f51160f2b69c1f559b7 (diff)
downloadksquirrel-666848e9d8f532fa2c6d8516bcbc97a4b8ec72d7.tar.gz
ksquirrel-666848e9d8f532fa2c6d8516bcbc97a4b8ec72d7.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>
Diffstat (limited to 'ksquirrel/ksquirrelpart/sq_imageproperties.ui.h')
-rw-r--r--ksquirrel/ksquirrelpart/sq_imageproperties.ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksquirrel/ksquirrelpart/sq_imageproperties.ui.h b/ksquirrel/ksquirrelpart/sq_imageproperties.ui.h
index 9b08d0a..c93f0d9 100644
--- a/ksquirrel/ksquirrelpart/sq_imageproperties.ui.h
+++ b/ksquirrel/ksquirrelpart/sq_imageproperties.ui.h
@@ -118,7 +118,7 @@ void SQ_ImageProperties::setFileParams()
TQObjectList *ch = const_cast<TQObjectList *>(kew1->children());
for(TQObjectList::iterator it = ch->begin();it != ch->end();++it)
{
- if((*it)->inherits(TQLISTVIEW_OBJECT_NAME_STRING))
+ if((*it)->inherits("TQListView"))
{
TQListView *l = dynamic_cast<TQListView *>(*it);
TQWidget *w = tabWidget->page(3);