From 6cad3c95b9d5a53b62f3e7b727edba81642b11a5 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 17 Aug 2012 10:46:06 +0200 Subject: Get sure rekonq makes use of djvu plugin Also, clean up mimetype detection, following kdewebkit. This fixes bug 304562 and has been imported from rekonq code --- src/webtab/webpluginfactory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webtab/webpluginfactory.h') diff --git a/src/webtab/webpluginfactory.h b/src/webtab/webpluginfactory.h index b1bcd967..82bf02ce 100644 --- a/src/webtab/webpluginfactory.h +++ b/src/webtab/webpluginfactory.h @@ -43,7 +43,7 @@ class REKONQ_TESTS_EXPORT WebPluginFactory : public KWebPluginFactory public: WebPluginFactory(QObject *parent); - virtual QObject *create(const QString &mimeType, + virtual QObject *create(const QString &_mimeType, const QUrl &url, const QStringList &argumentNames, const QStringList &argumentValues) const; -- cgit v1.2.1