From 9228f81fdc3f8f3fecbe58745fc95f92c87d8579 Mon Sep 17 00:00:00 2001 From: Fredrik Höglund Date: Wed, 18 Mar 2009 18:38:38 +0000 Subject: Remove code that's no longer needed now that Qt supports ARGB windows. svn path=/trunk/KDE/kdebase/apps/; revision=941039 --- src/tooltips/ktooltip_p.h | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'src/tooltips/ktooltip_p.h') 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; }; -- cgit v1.3