summaryrefslogtreecommitdiff
path: root/noncore/styles/flat/flat.h
Side-by-side diff
Diffstat (limited to 'noncore/styles/flat/flat.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/styles/flat/flat.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/noncore/styles/flat/flat.h b/noncore/styles/flat/flat.h
index e446800..ebea95b 100644
--- a/noncore/styles/flat/flat.h
+++ b/noncore/styles/flat/flat.h
@@ -23,2 +23,3 @@
+#include <qcolor.h>
#include <qwindowsstyle.h>
@@ -28,3 +29,3 @@ class FlatStylePrivate;
-class Q_EXPORT FlatStyle : public QWindowsStyle
+class FlatStyle : public QWindowsStyle
{
@@ -75,2 +76,3 @@ public:
void drawTab( QPainter *, const QTabBar *, QTab *, bool selected );
+ void polishPopupMenu ( QPopupMenu * );
int extraPopupMenuItemWidth( bool checkable, int maxpmw, QMenuItem*, const QFontMetrics& );
@@ -88,2 +90,4 @@ private:
bool revItem;
+ bool fillBtnBorder;
+ QColor btnBg;
// Disabled copy constructor and operator=