┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tooltips/ktooltip_p.h
diff options
context:
space:
mode:
authorFredrik Höglund <[email protected]>2009-03-18 18:38:38 +0000
committerFredrik Höglund <[email protected]>2009-03-18 18:38:38 +0000
commit9228f81fdc3f8f3fecbe58745fc95f92c87d8579 (patch)
tree9d59aaea1622651feb2d4f1743c0a83d66009ee7 /src/tooltips/ktooltip_p.h
parent6acbde01b724dbdcc2e081738d4bcbb1ff443387 (diff)
Remove code that's no longer needed now that Qt supports ARGB windows.
svn path=/trunk/KDE/kdebase/apps/; revision=941039
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;
};