diff options
Diffstat (limited to 'src/webtab/webpluginfactory.h')
-rw-r--r-- | src/webtab/webpluginfactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webtab/webpluginfactory.h b/src/webtab/webpluginfactory.h index 82bf02ce..0a0e6749 100644 --- a/src/webtab/webpluginfactory.h +++ b/src/webtab/webpluginfactory.h @@ -41,7 +41,7 @@ class REKONQ_TESTS_EXPORT WebPluginFactory : public KWebPluginFactory Q_OBJECT public: - WebPluginFactory(QObject *parent); + explicit WebPluginFactory(QObject *parent); virtual QObject *create(const QString &_mimeType, const QUrl &url, |