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/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 582ab2aa9..3ab04f5c3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -16,7 +16,6 @@ endif (Nepomuk_FOUND) ########### next target ############### set(dolphinprivate_LIB_SRCS - dolphincontroller.cpp dolphindetailsview.cpp dolphiniconsview.cpp dolphincolumnview.cpp @@ -30,6 +29,7 @@ set(dolphinprivate_LIB_SRCS dolphinview.cpp dolphinviewactionhandler.cpp dolphinviewautoscroller.cpp + dolphinviewcontroller.cpp dolphinremoteencoding.cpp dolphindetailsviewexpander.cpp draganddrophelper.cpp @@ -49,6 +49,7 @@ set(dolphinprivate_LIB_SRCS versioncontrol/updateitemstatesthread.cpp versioncontrol/versioncontrolobserver.cpp viewextensionsfactory.cpp + viewmodecontroller.cpp viewproperties.cpp zoomlevelinfo.cpp ) -- cgit v1.3.1