From c94276725b1452d9f899dec192a8e66ecb9a516d Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 2 Dec 2006 21:51:36 +0000 Subject: reanimated the context menu svn path=/trunk/playground/utils/dolphin/; revision=609962 --- src/dolphiniconsview.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/dolphiniconsview.h') diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index 885ff6b0b..1f4f5d70b 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -42,10 +42,11 @@ public: virtual ~DolphinIconsView(); protected: - void mouseReleaseEvent(QMouseEvent* event); + virtual void mousePressEvent(QMouseEvent* event); + virtual void mouseReleaseEvent(QMouseEvent* event); private: - DolphinView *m_parentView; + DolphinView* m_parentView; }; #endif -- cgit v1.3.1