diff options
Diffstat (limited to 'src/webpluginfactory.h')
-rw-r--r-- | src/webpluginfactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webpluginfactory.h b/src/webpluginfactory.h index b1bcd967..82bf02ce 100644 --- a/src/webpluginfactory.h +++ b/src/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; |