summaryrefslogtreecommitdiff
path: root/src/urlbar/lineedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/urlbar/lineedit.h')
-rw-r--r--src/urlbar/lineedit.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/urlbar/lineedit.h b/src/urlbar/lineedit.h
index 0fca21d4..1ac3af2e 100644
--- a/src/urlbar/lineedit.h
+++ b/src/urlbar/lineedit.h
@@ -30,6 +30,9 @@
#define LINEEDIT_H
+// Local Includes
+#include "rekonqprivate_export.h"
+
// KDE Includes
#include <KLineEdit>
@@ -39,7 +42,7 @@ class QFocusEvent;
class QKeyEvent;
-class LineEdit : public KLineEdit
+class REKONQ_TESTS_EXPORT LineEdit : public KLineEdit
{
Q_OBJECT