summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-03-10 23:05:09 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-03-10 23:05:09 +0100
commit0b8ee38c5326fa668906a3f66a959423d84f85d1 (patch)
treee75718b97e13b303ca16d4461a2b7b893a6f9f78 /src/webview.h
parentUpdating CMakeLists.txt (diff)
downloadrekonq-0b8ee38c5326fa668906a3f66a959423d84f85d1.tar.xz
Some fixes
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview.h b/src/webview.h
index b45edc17..6892fbd4 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -50,7 +50,7 @@ public:
protected:
bool acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest &request, NavigationType type);
QWebPage *createWindow(QWebPage::WebWindowType type);
-// QObject *createPlugin(const QString &classId, const QUrl &url, const QStringList &paramNames, const QStringList &paramValues);
+ QObject *createPlugin(const QString &classId, const QUrl &url, const QStringList &paramNames, const QStringList &paramValues);
private slots:
void handleUnsupportedContent(QNetworkReply *reply);