summaryrefslogtreecommitdiff
path: root/src/webpluginfactory.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-06 11:48:17 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-10-06 11:48:17 +0200
commitc2e0bd8118fd5c7d3639e27c08eaa6e812f0dc4c (patch)
tree7cb8d86a836944606518fa83f5181749d30f4f25 /src/webpluginfactory.cpp
parentHTML5 offline storage cache support (diff)
downloadrekonq-c2e0bd8118fd5c7d3639e27c08eaa6e812f0dc4c.tar.xz
Cleaning headers and so on...
Diffstat (limited to 'src/webpluginfactory.cpp')
-rw-r--r--src/webpluginfactory.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/webpluginfactory.cpp b/src/webpluginfactory.cpp
index 5d99ff6d..bb3f4d06 100644
--- a/src/webpluginfactory.cpp
+++ b/src/webpluginfactory.cpp
@@ -28,12 +28,15 @@
#include "webpluginfactory.h"
#include "webpluginfactory.moc"
+// Local Includes
#include "application.h"
#include "mainwindow.h"
#include "previewimage.h"
+// KDE Includes
#include <KDebug>
+
WebPluginFactory::WebPluginFactory(QObject *parent)
: QWebPluginFactory(parent)
{