summaryrefslogtreecommitdiffstats
path: root/krusader/krslots.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krusader/krslots.cpp')
-rw-r--r--krusader/krslots.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/krslots.cpp b/krusader/krslots.cpp
index 706a9dd..5d09815 100644
--- a/krusader/krslots.cpp
+++ b/krusader/krslots.cpp
@@ -219,7 +219,7 @@ void KRslots::rightclickMenu() {
{
ACTIVE_PANEL->popRightClickMenu(
ACTIVE_PANEL->mapToGlobal(
- dynamic_cast<KListView*>(ACTIVE_PANEL->view)->tqitemRect( currentItem ).topLeft()
+ dynamic_cast<KListView*>(ACTIVE_PANEL->view)->itemRect( currentItem ).topLeft()
)
);
}