┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2008-02-11 12:44:46 +0000
committerDavid Faure <[email protected]>2008-02-11 12:44:46 +0000
commit846b21edf57e7aeb83e84ee68e9f61c5981fbacd (patch)
tree78e990b65416ef13f2a2f9f04171f42cd89e53f3 /src/CMakeLists.txt
parente6e8c1b7eaaaae9facef9f3c93b42dd4221b1325 (diff)
parent45a1074b0a38f38cfebde8bb65d5a6520b2db3e8 (diff)
Forwardport 773570:
Factorize all the view-related action handling to DolphinViewActionHandler, to remove code duplication between mainwindow and part, and to remove my code-splitting with the static createFooAction methods in the view. svn path=/trunk/KDE/kdebase/apps/; revision=773572
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index deb1b3bb6..f5a6c3ed9 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -24,6 +24,7 @@ set(dolphinprivate_LIB_SRCS
dolphinsettings.cpp
dolphincategorydrawer.cpp
dolphinview.cpp
+ dolphinviewactionhandler.cpp
iconmanager.cpp
ratingpainter.cpp
renamedialog.cpp