diff options
| author | Peter Penz <[email protected]> | 2007-11-20 21:11:48 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-11-20 21:11:48 +0000 |
| commit | e46003aca365ca66ce7c7cccd47fb52d1da2fb91 (patch) | |
| tree | ea8b80800a5986f0e47f90e93c2b70f270af8a87 /src/CMakeLists.txt | |
| parent | ddacabc391ddfe95dff909a00946182dc15f9990 (diff) | |
Drag & drop fixes for all views: assure that a consistent pixmap for the drag object is used throughout all views (still open yet: KCategorizedView uses its custom code yet)
svn path=/trunk/KDE/kdebase/apps/; revision=739322
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1cfbc9adf..c20251786 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -12,6 +12,7 @@ set(dolphinprivate_LIB_SRCS dolphiniconsview.cpp dolphincolumnview.cpp dolphincolumnwidget.cpp + draganddrophelper.cpp kcategorizedview.cpp kcategorydrawer.cpp dolphinmodel.cpp @@ -81,6 +82,7 @@ set(dolphin_SRCS dolphindirlister.cpp dolphincontextmenu.cpp dolphinsettingsdialog.cpp + draganddrophelper.cpp filterbar.cpp generalsettingspage.cpp generalviewsettingspage.cpp |
