summaryrefslogtreecommitdiff
path: root/noncore/styles/liquid/liquid.h
Unidiff
Diffstat (limited to 'noncore/styles/liquid/liquid.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/styles/liquid/liquid.h18
1 files changed, 2 insertions, 16 deletions
diff --git a/noncore/styles/liquid/liquid.h b/noncore/styles/liquid/liquid.h
index 00cfb35..0582c9a 100644
--- a/noncore/styles/liquid/liquid.h
+++ b/noncore/styles/liquid/liquid.h
@@ -173,5 +173,2 @@ protected:
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 void loadCustomButtons();
175 void applyCustomAttributes(QPushButton *btn);
176 void unapplyCustomAttributes(QPushButton *btn);
177 QPixmap* getPixmap(BitmapData item); 174 QPixmap* getPixmap(BitmapData item);
@@ -179,16 +176,8 @@ protected:
179private: 176private:
177 bool oldqte;
180 bool flatTBButtons; 178 bool flatTBButtons;
181 bool highcolor;
182 QColorGroup radioOnGrp;
183 QWidget *highlightWidget; 179 QWidget *highlightWidget;
184 QBrush wallpaper;
185 QBitmap lightBmp;
186 QBitmap grayBmp;
187 QBitmap dgrayBmp;
188 QBitmap maskBmp;
189 QBitmap xBmp;
190 QBitmap btnMaskBmp, htmlBtnMaskBmp; 180 QBitmap btnMaskBmp, htmlBtnMaskBmp;
191 QPixmap *btnBorderPix, *btnBlendPix, *bevelFillPix, *smallBevelFillPix, *menuPix; 181 QPixmap *btnBorderPix, *btnBlendPix, *bevelFillPix, *smallBevelFillPix, *menuPix;
192 QBitmap paper1, paper2, paper3; 182 QBrush bgBrush, menuBrush;
193 QBrush baseBrush, menuBrush, pagerBrush, pagerHoverBrush, bgBrush;
194 bool menuAni, menuFade; 183 bool menuAni, menuFade;
@@ -200,5 +189,2 @@ private:
200 189
201 QList<QColor>customBtnColorList;
202 QList<QPixmap>customBtnIconList;
203 QStrList customBtnLabelList;
204 QPixmap *vsbSliderFillPix; 190 QPixmap *vsbSliderFillPix;