summaryrefslogtreecommitdiff
path: root/noncore/styles/liquid/liquid.h
Side-by-side diff
Diffstat (limited to 'noncore/styles/liquid/liquid.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/styles/liquid/liquid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/styles/liquid/liquid.h b/noncore/styles/liquid/liquid.h
index fb691ea..00cfb35 100644
--- a/noncore/styles/liquid/liquid.h
+++ b/noncore/styles/liquid/liquid.h
@@ -168,24 +168,25 @@ protected:
const QColor &c, const QColor &bg);
void drawSBDeco(QPainter *p, const QRect &r, const QColorGroup &g,
bool horiz);
void drawSBButton(QPainter *p, const QRect &r, const QColorGroup &g,
bool down=false, bool fast = true);
void drawRoundRect(QPainter *p, int x, int y, int w, int h);
void loadCustomButtons();
void applyCustomAttributes(QPushButton *btn);
void unapplyCustomAttributes(QPushButton *btn);
QPixmap* getPixmap(BitmapData item);
QPixmap* processEmbedded(const char *label, int h, int s, int v, bool blend=false);
private:
+ bool flatTBButtons;
bool highcolor;
QColorGroup radioOnGrp;
QWidget *highlightWidget;
QBrush wallpaper;
QBitmap lightBmp;
QBitmap grayBmp;
QBitmap dgrayBmp;
QBitmap maskBmp;
QBitmap xBmp;
QBitmap btnMaskBmp, htmlBtnMaskBmp;
QPixmap *btnBorderPix, *btnBlendPix, *bevelFillPix, *smallBevelFillPix, *menuPix;
QBitmap paper1, paper2, paper3;