From 9d4250e10ada4e2410722951dbd406263b61041c Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 9 Apr 2008 20:12:43 +0000 Subject: Provide tooltips. Per default tooltips are turned off because the information sidebar is turned on already. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks a lot to Konstantin Heil and Fredrik Höglund for the code :-) CCMAIL: konst.heil@stud.uni-heidelberg.de CCMAIL: fredrik@kde.org svn path=/trunk/KDE/kdebase/apps/; revision=795324 --- src/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 77323bb45..b59d6bb1d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -27,9 +27,13 @@ set(dolphinprivate_LIB_SRCS dolphinview.cpp dolphinviewactionhandler.cpp iconmanager.cpp + ktooltip.cpp + kballoontipdelegate.cpp + kformattedballoontipdelegate.cpp renamedialog.cpp selectiontoggle.cpp selectionmanager.cpp + tooltipmanager.cpp viewproperties.cpp ) @@ -193,4 +197,4 @@ install(TARGETS kcm_dolphin DESTINATION ${PLUGIN_INSTALL_DIR} ) install( FILES dolphin.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) install( FILES dolphin_directoryviewpropertysettings.kcfg dolphin_generalsettings.kcfg dolphin_columnmodesettings.kcfg dolphin_iconsmodesettings.kcfg dolphin_detailsmodesettings.kcfg DESTINATION ${KCFG_INSTALL_DIR} ) install( FILES dolphinui.rc DESTINATION ${DATA_INSTALL_DIR}/dolphin ) -install( FILES kcmdolphin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) \ No newline at end of file +install( FILES kcmdolphin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) -- cgit v1.3.1