summaryrefslogtreecommitdiffstats
path: root/kdeui/klistview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdeui/klistview.h')
-rw-r--r--kdeui/klistview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/klistview.h b/kdeui/klistview.h
index a4e7d4b85..3cd08bd00 100644
--- a/kdeui/klistview.h
+++ b/kdeui/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));
}
/**