author | sandman <sandman> | 2002-12-17 19:44:52 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-12-17 19:44:52 (UTC) |
commit | 5155e083a4aa2b146b3ed259c5616c09c7423ee0 (patch) (unidiff) | |
tree | 8e41690515fefb2c66e38cd3112b198655127b2e | |
parent | 0e05c298cc4e5a5d509286e31a3a863e78c76456 (diff) | |
download | opie-5155e083a4aa2b146b3ed259c5616c09c7423ee0.zip opie-5155e083a4aa2b146b3ed259c5616c09c7423ee0.tar.gz opie-5155e083a4aa2b146b3ed259c5616c09c7423ee0.tar.bz2 |
forgot to commit that file
-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 | |||
@@ -171,13 +171,12 @@ protected: | |||
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; |