summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-04-20 16:43:10 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-04-20 16:43:10 +0200
commita708a0e447af81412599ec16e8d47e06dc584eb0 (patch)
tree1f717846b99d08141d15e13a644197058ce6070b /src/urlbar/urlbar.h
parentReverting the switch case to an if-else one. (diff)
downloadrekonq-a708a0e447af81412599ec16e8d47e06dc584eb0.tar.xz
New (empty) urlbar test and improved protocolhandler test
Diffstat (limited to 'src/urlbar/urlbar.h')
-rw-r--r--src/urlbar/urlbar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/urlbar/urlbar.h b/src/urlbar/urlbar.h
index 9adc35a3..28afc21e 100644
--- a/src/urlbar/urlbar.h
+++ b/src/urlbar/urlbar.h
@@ -32,6 +32,7 @@
// Local Includes
+#include "rekonqprivate_export.h"
#include "lineedit.h"
#include "application.h"
@@ -48,7 +49,7 @@ class CompletionWidget;
class WebTab;
-class UrlBar : public LineEdit
+class REKONQ_TESTS_EXPORT UrlBar : public LineEdit
{
Q_OBJECT