diff options
| author | Peter Penz <[email protected]> | 2007-02-11 20:54:07 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-02-11 20:54:07 +0000 |
| commit | 7e61bb47d742c116fcd63223778cf9dda8b6aaac (patch) | |
| tree | 7c287ccd9b13aa91eff1bf3eb39c1fa49c7856d3 /src/dolphiniconsview.h | |
| parent | 814a7c7f77f4470e3250d09397832f4f512b8e02 (diff) | |
don't accept drops into the same view if it is not done above a directory
svn path=/trunk/playground/utils/dolphin/; revision=632656
Diffstat (limited to 'src/dolphiniconsview.h')
| -rw-r--r-- | src/dolphiniconsview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index 5c507ad67..99ca12688 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -49,7 +49,7 @@ protected: virtual void dropEvent(QDropEvent* event); private: - DolphinView* m_parentView; + DolphinView* m_dolphinView; }; #endif |
