summaryrefslogtreecommitdiffstats
path: root/tdeui/klistview.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/klistview.h')
-rw-r--r--tdeui/klistview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/klistview.h b/tdeui/klistview.h
index 07b514457..4795299ed 100644
--- a/tdeui/klistview.h
+++ b/tdeui/klistview.h
@@ -685,7 +685,7 @@ protected:
*/
inline bool below (TQListViewItem* i, const TQPoint& p)
{
- return below (tqitemRect(i), contentsToViewport(p));
+ return below (itemRect(i), contentsToViewport(p));
}
/**