diff options
Diffstat (limited to 'WebKit/qt/WebCoreSupport/QtFallbackWebPopup.h')
-rw-r--r-- | WebKit/qt/WebCoreSupport/QtFallbackWebPopup.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebKit/qt/WebCoreSupport/QtFallbackWebPopup.h b/WebKit/qt/WebCoreSupport/QtFallbackWebPopup.h index 3924bf6..62b8aea 100644 --- a/WebKit/qt/WebCoreSupport/QtFallbackWebPopup.h +++ b/WebKit/qt/WebCoreSupport/QtFallbackWebPopup.h @@ -23,7 +23,9 @@ #include "QtAbstractWebPopup.h" #include <QComboBox> +QT_BEGIN_NAMESPACE class QGraphicsProxyWidget; +QT_END_NAMESPACE namespace WebCore { @@ -48,6 +50,9 @@ private: QGraphicsProxyWidget* m_proxy; void populate(); +#if ENABLE(SYMBIAN_DIALOG_PROVIDERS) + void showS60BrowserDialog(); +#endif }; class QtFallbackWebPopupCombo : public QComboBox { |