summaryrefslogtreecommitdiff
path: root/src/webpluginfactory.cpp
diff options
context:
space:
mode:
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)
{