-rw-r--r-- | noncore/styles/liquid/liquid.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/styles/liquid/liquid.h b/noncore/styles/liquid/liquid.h index 0582c9a..22331be 100644 --- a/noncore/styles/liquid/liquid.h +++ b/noncore/styles/liquid/liquid.h | |||
@@ -169,17 +169,16 @@ protected: | |||
169 | void drawSBDeco(QPainter *p, const QRect &r, const QColorGroup &g, | 169 | void drawSBDeco(QPainter *p, const QRect &r, const QColorGroup &g, |
170 | bool horiz); | 170 | bool horiz); |
171 | void drawSBButton(QPainter *p, const QRect &r, const QColorGroup &g, | 171 | void drawSBButton(QPainter *p, const QRect &r, const QColorGroup &g, |
172 | bool down=false, bool fast = true); | 172 | bool down=false, bool fast = true); |
173 | void drawRoundRect(QPainter *p, int x, int y, int w, int h); | 173 | void drawRoundRect(QPainter *p, int x, int y, int w, int h); |
174 | QPixmap* getPixmap(BitmapData item); | 174 | QPixmap* getPixmap(BitmapData item); |
175 | QPixmap* processEmbedded(const char *label, int h, int s, int v, bool blend=false); | 175 | QPixmap* processEmbedded(const char *label, int h, int s, int v, bool blend=false); |
176 | private: | 176 | private: |
177 | bool oldqte; | ||
178 | bool flatTBButtons; | 177 | bool flatTBButtons; |
179 | QWidget *highlightWidget; | 178 | QWidget *highlightWidget; |
180 | QBitmap btnMaskBmp, htmlBtnMaskBmp; | 179 | QBitmap btnMaskBmp, htmlBtnMaskBmp; |
181 | QPixmap *btnBorderPix, *btnBlendPix, *bevelFillPix, *smallBevelFillPix, *menuPix; | 180 | QPixmap *btnBorderPix, *btnBlendPix, *bevelFillPix, *smallBevelFillPix, *menuPix; |
182 | QBrush bgBrush, menuBrush; | 181 | QBrush bgBrush, menuBrush; |
183 | bool menuAni, menuFade; | 182 | bool menuAni, menuFade; |
184 | 183 | ||
185 | QIntDict<QPixmap>btnDict; | 184 | QIntDict<QPixmap>btnDict; |