summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/qt/ScrollbarQt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/qt/ScrollbarQt.cpp')
-rw-r--r--WebCore/platform/qt/ScrollbarQt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/platform/qt/ScrollbarQt.cpp b/WebCore/platform/qt/ScrollbarQt.cpp
index 8eac15f..70aa5db 100644
--- a/WebCore/platform/qt/ScrollbarQt.cpp
+++ b/WebCore/platform/qt/ScrollbarQt.cpp
@@ -29,8 +29,8 @@
#include "Scrollbar.h"
#include "EventHandler.h"
-#include "FrameView.h"
#include "Frame.h"
+#include "FrameView.h"
#include "GraphicsContext.h"
#include "IntRect.h"
#include "PlatformMouseEvent.h"
@@ -38,9 +38,9 @@
#include <QApplication>
#include <QDebug>
+#include <QMenu>
#include <QPainter>
#include <QStyle>
-#include <QMenu>
using namespace std;