┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphiniconsview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2006-12-04 05:48:57 +0000
committerPeter Penz <[email protected]>2006-12-04 05:48:57 +0000
commit65c0544a2a7983dc65a1e0e294ce2149c29f6c54 (patch)
treef5deedf4dfbd3c615b18f2a9fb85935e159b815d /src/dolphiniconsview.h
parent01f577fda1b2ee522a0e87edab7c079c8b553860 (diff)
Use QWidget::contextMenuEvent() instead of directly listening to the right mouse button.
svn path=/trunk/playground/utils/dolphin/; revision=610302
Diffstat (limited to 'src/dolphiniconsview.h')
-rw-r--r--src/dolphiniconsview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h
index 1f4f5d70b..7d4a826ac 100644
--- a/src/dolphiniconsview.h
+++ b/src/dolphiniconsview.h
@@ -42,7 +42,7 @@ public:
virtual ~DolphinIconsView();
protected:
- virtual void mousePressEvent(QMouseEvent* event);
+ virtual void contextMenuEvent(QContextMenuEvent* event);
virtual void mouseReleaseEvent(QMouseEvent* event);
private: