┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-06-21 10:20:28 +0000
committerPeter Penz <[email protected]>2009-06-21 10:20:28 +0000
commit1e208254c5816671be7d7ac4753a8888f53062d9 (patch)
tree6a008116931f3bff38a55fc9ee9527b415808d0b /src/CMakeLists.txt
parent1c351eac8f97082234d87604688c32829b3aa07a (diff)
The file ktooltip.h contained the three public classes KToolTip, KToolTipDelegate and KToolTipItem. Use one separate file for each class.
svn path=/trunk/KDE/kdebase/apps/; revision=984646
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 083b31e21..c959899a2 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -43,6 +43,8 @@ set(dolphinprivate_LIB_SRCS
settings/viewpropsprogressinfo.cpp
tooltips/dolphintooltip.cpp
tooltips/ktooltip.cpp
+ tooltips/ktooltipdelegate.cpp
+ tooltips/ktooltipitem.cpp
tooltips/kformattedballoontipdelegate.cpp
tooltips/tooltipmanager.cpp
viewproperties.cpp