┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-04-09 20:29:09 +0000
committerPeter Penz <[email protected]>2008-04-09 20:29:09 +0000
commite847f4fec300b8a80679909c5d6a47ae21452732 (patch)
treed94bf9acd3e483c47057729b8c7b31e9226beaac /src/dolphinview.h
parent9d4250e10ada4e2410722951dbd406263b61041c (diff)
hide the tooltip when an item gets triggered or a context menu is opened
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=795330
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index 40d382738..4ec1f42c8 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -52,6 +52,7 @@ class KDirLister;
class KFileItemDelegate;
class KUrl;
class KToggleAction;
+class ToolTipManager;
class QModelIndex;
class ViewProperties;
@@ -657,6 +658,7 @@ private:
DolphinSortFilterProxyModel* m_proxyModel;
IconManager* m_iconManager;
+ ToolTipManager* m_toolTipManager;
KUrl m_rootUrl;
};