summaryrefslogtreecommitdiffstats
path: root/ksquirrel/sq_imageproperties.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksquirrel/sq_imageproperties.ui.h')
-rw-r--r--ksquirrel/sq_imageproperties.ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksquirrel/sq_imageproperties.ui.h b/ksquirrel/sq_imageproperties.ui.h
index 52cf83a..d93ccc4 100644
--- a/ksquirrel/sq_imageproperties.ui.h
+++ b/ksquirrel/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);