┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tooltips/ktooltip_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tooltips/ktooltip_p.h')
-rw-r--r--src/tooltips/ktooltip_p.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/tooltips/ktooltip_p.h b/src/tooltips/ktooltip_p.h
index 332df4854..8299bf045 100644
--- a/src/tooltips/ktooltip_p.h
+++ b/src/tooltips/ktooltip_p.h
@@ -20,7 +20,7 @@
#ifndef KTOOLTIP_P_H
#define KTOOLTIP_P_H
-class KAbstractToolTipLabel;
+class KTipLabel;
class KStyleOptionToolTip;
class KToolTipDelegate;
@@ -40,7 +40,6 @@ public:
void hideTip();
void initStyleOption(KStyleOptionToolTip *option) const;
- bool haveAlphaChannel() const;
void setDelegate(KToolTipDelegate *delegate);
KToolTipDelegate *delegate() const;
@@ -50,16 +49,11 @@ public:
private:
KToolTipManager();
- KAbstractToolTipLabel *label;
+ KTipLabel *label;
KToolTipItem *currentItem;
KToolTipDelegate *m_delegate;
-
- QPoint m_tooltipPos;
-#ifdef Q_WS_X11
- bool haveArgbVisual;
- Atom net_wm_cm_s0;
-#endif
+ QPoint m_tooltipPos;
static KToolTipManager *s_instance;
};