diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-02 16:22:28 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-02 16:22:28 +0100 |
commit | 15ecefe10101dd068c4e075fca23ba64519bedb1 (patch) | |
tree | 0985bb87525a74c1bc2d6edb5bca29fff8140301 /src/webview.h | |
parent | New BookmarkMenu implementation (diff) | |
download | rekonq-15ecefe10101dd068c4e075fca23ba64519bedb1.tar.xz |
New Bookmarks menu, sharing bkmrs with Konqueror0.0.1
(And that's reKonq 1st feature!!)
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/webview.h b/src/webview.h index ccd44a6f..f81544a0 100644 --- a/src/webview.h +++ b/src/webview.h @@ -32,7 +32,9 @@ class QSslError; QT_END_NAMESPACE class BrowserMainWindow; -class WebPage : public QWebPage { + +class WebPage : public QWebPage +{ Q_OBJECT signals: @@ -45,9 +47,6 @@ public: protected: bool acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest &request, NavigationType type); QWebPage *createWindow(QWebPage::WebWindowType type); -// #if !defined(QT_NO_UITOOLS) -// QObject *createPlugin(const QString &classId, const QUrl &url, const QStringList ¶mNames, const QStringList ¶mValues); -// #endif private slots: void handleUnsupportedContent(QNetworkReply *reply); @@ -62,7 +61,8 @@ private: QUrl m_loadingUrl; }; -class WebView : public QWebView { +class WebView : public QWebView +{ Q_OBJECT public: |