summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2008-11-28 10:58:12 +0100
committerAndrea Diamantini <adjam7@gmail.com>2008-11-28 10:58:12 +0100
commitbc901b1e79acf8c49fb76c3aeabbf59a49fc8276 (patch)
treee8fc8f52ea6b6c1ef55f034212fed3520e7c3cc0 /src/webview.h
parentDefinitely removed searclineedit and urllineedit classes. Will use my own.. ;) (diff)
downloadrekonq-bc901b1e79acf8c49fb76c3aeabbf59a49fc8276.tar.xz
Various adjustments. Nothing really important.Various adjustments. Nothing really important...
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h6
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 &paramNames, const QStringList &paramValues);
-#endif
+// #if !defined(QT_NO_UITOOLS)
+// QObject *createPlugin(const QString &classId, const QUrl &url, const QStringList &paramNames, const QStringList &paramValues);
+// #endif
private slots:
void handleUnsupportedContent(QNetworkReply *reply);