From 546384562ae872614cd0c8fa568bd65ae41885da Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 16 Feb 2007 17:03:02 +0000 Subject: Reanimated drag & drop support again after introducing the DolphinController. It is now also possible to move the items inside an icon view like discussed on kde-devel/kde-usability. svn path=/trunk/KDE/kdebase/apps/; revision=634228 --- src/dolphincontextmenu.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/dolphincontextmenu.h') diff --git a/src/dolphincontextmenu.h b/src/dolphincontextmenu.h index 69554b01f..82bc9f24d 100644 --- a/src/dolphincontextmenu.h +++ b/src/dolphincontextmenu.h @@ -57,11 +57,9 @@ public: * @fileInfo Pointer to the file item the context menu * is applied. If 0 is passed, the context menu * is above the viewport. - * @pos Position of the upper left edge of the context menu. */ DolphinContextMenu(DolphinView* parent, - KFileItem* fileInfo, - const QPoint& pos); + KFileItem* fileInfo); virtual ~DolphinContextMenu(); @@ -104,7 +102,6 @@ private: DolphinView* m_dolphinView; KFileItem* m_fileInfo; - QPoint m_pos; struct Entry { int type; -- cgit v1.3