diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-11-28 10:58:12 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-11-28 10:58:12 +0100 |
commit | bc901b1e79acf8c49fb76c3aeabbf59a49fc8276 (patch) | |
tree | e8fc8f52ea6b6c1ef55f034212fed3520e7c3cc0 /src/webview.h | |
parent | Definitely removed searclineedit and urllineedit classes. Will use my own.. ;) (diff) | |
download | rekonq-bc901b1e79acf8c49fb76c3aeabbf59a49fc8276.tar.xz |
Various adjustments. Nothing really important.Various adjustments. Nothing really important...
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/webview.h b/src/webview.h index 14fbc8aa..ccd44a6f 100644 --- a/src/webview.h +++ b/src/webview.h @@ -45,9 +45,9 @@ 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 +// #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); |