summaryrefslogtreecommitdiff
path: root/src/protocolhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocolhandler.h')
-rw-r--r--src/protocolhandler.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/protocolhandler.h b/src/protocolhandler.h
index 140faa7d..2a567015 100644
--- a/src/protocolhandler.h
+++ b/src/protocolhandler.h
@@ -27,6 +27,10 @@
#ifndef PROTOCOL_HANDLER_H
#define PROTOCOL_HANDLER_H
+
+// Local Includes
+#include "rekonqprivate_export.h"
+
// KDE Includes
#include <KDirLister>
@@ -41,7 +45,7 @@ class KUrl;
class KJob;
-class ProtocolHandler : public QObject
+class REKONQ_TESTS_EXPORT ProtocolHandler : public QObject
{
Q_OBJECT