From 47d31139224f9bfded4626803626a58afe3eb748 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 30 Mar 2010 20:19:32 +0000 Subject: 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 --- src/draganddrophelper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/draganddrophelper.h') 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 -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 -- cgit v1.3.1