diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-11-11 02:14:26 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-11-13 02:50:36 +0100 |
commit | 04a0850cb6f7750859a10ea3fe3c7a48e94728dc (patch) | |
tree | 9cba4c0b947e1b6b155f57ea2a80b56e547f080c /src/webpluginfactory.h | |
parent | Finally remembered to fix urlbar (diff) | |
download | rekonq-04a0850cb6f7750859a10ea3fe3c7a48e94728dc.tar.xz |
Moving to kdewebkit.
First step
Diffstat (limited to 'src/webpluginfactory.h')
-rw-r--r-- | src/webpluginfactory.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/webpluginfactory.h b/src/webpluginfactory.h index 738605db..30a366d4 100644 --- a/src/webpluginfactory.h +++ b/src/webpluginfactory.h @@ -28,13 +28,15 @@ #define WEB_PLUGIN_FACTORY_H +// KDE Includes +#include <KWebPluginFactory> + // Qt Includes -#include <QtWebKit/QWebPluginFactory> #include <QtCore/QList> #include <QtGui/QWidget> -class WebPluginFactory : public QWebPluginFactory +class WebPluginFactory : public KWebPluginFactory { Q_OBJECT |