summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/qt/ScrollbarThemeQt.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/qt/ScrollbarThemeQt.h')
-rw-r--r--WebCore/platform/qt/ScrollbarThemeQt.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/WebCore/platform/qt/ScrollbarThemeQt.h b/WebCore/platform/qt/ScrollbarThemeQt.h
index 6ca44ea..cf4882d 100644
--- a/WebCore/platform/qt/ScrollbarThemeQt.h
+++ b/WebCore/platform/qt/ScrollbarThemeQt.h
@@ -28,6 +28,12 @@
#include "ScrollbarTheme.h"
+#include <QtCore/qglobal.h>
+
+QT_BEGIN_NAMESPACE
+class QStyle;
+QT_END_NAMESPACE
+
namespace WebCore {
class ScrollbarThemeQt : public ScrollbarTheme {
@@ -49,6 +55,8 @@ public:
virtual int trackLength(Scrollbar*);
virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar);
+
+ QStyle* style() const;
};
}