diff options
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 |
