diff options
| author | Peter Penz <[email protected]> | 2007-09-17 14:36:41 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-09-17 14:36:41 +0000 |
| commit | d78fe954abb9ea0ed05f8c22d6842a457c0a209e (patch) | |
| tree | 6529cc7867105862a8a564bb74a8042091695983 /src/dolphincolumnview.h | |
| parent | b3db0a708a630d9f59857ab7dcbfe8f29e3e8eb9 (diff) | |
drag and drop fixes for the column view (implied a signal changed which affected other views too)
svn path=/trunk/KDE/kdebase/apps/; revision=713430
Diffstat (limited to 'src/dolphincolumnview.h')
| -rw-r--r-- | src/dolphincolumnview.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index eff09c08a..8c61aae6c 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -58,8 +58,6 @@ protected: virtual int verticalOffset() const; virtual void mousePressEvent(QMouseEvent* event); - virtual void dragEnterEvent(QDragEnterEvent* event); - virtual void dropEvent(QDropEvent* event); virtual void resizeEvent(QResizeEvent* event); private slots: |
