summaryrefslogtreecommitdiffstats
path: root/kio/kfile/kfiledetailview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kfile/kfiledetailview.h')
-rw-r--r--kio/kfile/kfiledetailview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kfile/kfiledetailview.h b/kio/kfile/kfiledetailview.h
index 937c8f56c..7e0baff83 100644
--- a/kio/kfile/kfiledetailview.h
+++ b/kio/kfile/kfiledetailview.h
@@ -78,7 +78,7 @@ public:
TQRect rect() const
{
- TQRect r = listView()->itemRect(this);
+ TQRect r = listView()->tqitemRect(this);
return TQRect( listView()->viewportToContents( r.topLeft() ),
TQSize( r.width(), r.height() ) );
}