From d522c6701d4eedd9021f0f431c6dc56f1ada04ed Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 19 Jan 2009 08:57:35 +0000 Subject: hide the tooltips when a key is pressed (thanks to Shaun Reich for the initial patch) CCMAIL: predator106@gmail.com svn path=/trunk/KDE/kdebase/apps/; revision=913383 --- src/dolphincolumnwidget.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/dolphincolumnwidget.h') diff --git a/src/dolphincolumnwidget.h b/src/dolphincolumnwidget.h index c1bf6a836..38649ca9d 100644 --- a/src/dolphincolumnwidget.h +++ b/src/dolphincolumnwidget.h @@ -39,6 +39,7 @@ class KJob; class KFileItem; class KFileItemList; class SelectionManager; +class ToolTipManager; class QPixmap; /** @@ -163,6 +164,8 @@ private: KFilePreviewGenerator* m_previewGenerator; + ToolTipManager* m_toolTipManager; + QRect m_dropRect; friend class DolphinColumnView; -- cgit v1.3