From 1e208254c5816671be7d7ac4753a8888f53062d9 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 21 Jun 2009 10:20:28 +0000 Subject: 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 --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/CMakeLists.txt') 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 -- cgit v1.3.1