summaryrefslogtreecommitdiff
path: root/src/webpluginfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webpluginfactory.h')
-rw-r--r--src/webpluginfactory.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/webpluginfactory.h b/src/webpluginfactory.h
index 384f0653..74bca043 100644
--- a/src/webpluginfactory.h
+++ b/src/webpluginfactory.h
@@ -29,6 +29,9 @@
#define WEB_PLUGIN_FACTORY_H
+// Local Includes
+#include "rekonqprivate_export.h"
+
// KDE Includes
#include <KWebPluginFactory>
@@ -37,7 +40,7 @@
#include <QtGui/QWidget>
-class WebPluginFactory : public KWebPluginFactory
+class REKONQ_TESTS_EXPORT WebPluginFactory : public KWebPluginFactory
{
Q_OBJECT