diff options
| author | Peter Penz <[email protected]> | 2010-03-30 20:19:32 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-03-30 20:19:32 +0000 |
| commit | 47d31139224f9bfded4626803626a58afe3eb748 (patch) | |
| tree | d07122b133b9865bb982177706376478651d1ea7 /src/draganddrophelper.h | |
| parent | 25ffe18e65543cacd07be2628a60f10316375dd3 (diff) | |
Split the class DolphinController into the two classes DolphinViewController and ViewModeController.
The ViewModeController offers a defined interface to control view mode implementations like icons view, details view and column view. The DolphinViewController allows those view mode implementations to control the parent DolphinView in a limited way.
svn path=/trunk/KDE/kdebase/apps/; revision=1109228
Diffstat (limited to 'src/draganddrophelper.h')
| -rw-r--r-- | src/draganddrophelper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/draganddrophelper.h b/src/draganddrophelper.h index d8823d68d..f107350a7 100644 --- a/src/draganddrophelper.h +++ b/src/draganddrophelper.h @@ -24,7 +24,7 @@ #include "libdolphin_export.h" #include <QObject> -class DolphinController; +class DolphinViewController; class KFileItem; class KUrl; class QDropEvent; @@ -57,7 +57,7 @@ public: */ void startDrag(QAbstractItemView* itemView, Qt::DropActions supportedActions, - DolphinController* controller = 0); + DolphinViewController* dolphinViewController = 0); /** * Returns true if and only if the view \a itemView was the last view to |
