summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/qt/Api/qwebframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/qt/Api/qwebframe.h')
-rw-r--r--Source/WebKit/qt/Api/qwebframe.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/WebKit/qt/Api/qwebframe.h b/Source/WebKit/qt/Api/qwebframe.h
index 8410962..3c5a28e 100644
--- a/Source/WebKit/qt/Api/qwebframe.h
+++ b/Source/WebKit/qt/Api/qwebframe.h
@@ -205,9 +205,6 @@ public Q_SLOTS:
void print(QPrinter *printer) const;
#endif
-private Q_SLOTS:
- void orientationChanged();
-
Q_SIGNALS:
void javaScriptWindowObjectCleared();
@@ -237,6 +234,7 @@ private:
friend class WebCore::ChromeClientQt;
friend class WebCore::PlatformLayerProxyQt;
QWebFramePrivate *d;
+ Q_PRIVATE_SLOT(d, void _q_orientationChanged())
};
#endif