diff options
| author | Peter Penz <[email protected]> | 2009-01-19 08:57:35 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-01-19 08:57:35 +0000 |
| commit | d522c6701d4eedd9021f0f431c6dc56f1ada04ed (patch) | |
| tree | 162c082133ebfa663545fa82eb6f4c6eaefd3ba3 /src/dolphincolumnwidget.h | |
| parent | 920307602bee17c6c3225db58ecdefd48a380ff0 (diff) | |
hide the tooltips when a key is pressed (thanks to Shaun Reich for the initial patch)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=913383
Diffstat (limited to 'src/dolphincolumnwidget.h')
| -rw-r--r-- | src/dolphincolumnwidget.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
