summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-02-26 11:37:11 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-02-26 11:37:11 +0100
commit8dda858403d283f1850c0298aac0fb5212a27952 (patch)
treeb21daf30ccba171cb4924d1d93871ac7c75e15c0 /src/urlbar/urlbar.h
parentFixing scripts and tests to start reloading them.. (diff)
downloadrekonq-8dda858403d283f1850c0298aac0fb5212a27952.tar.xz
tests support for every Qt derived rekonq class
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 6d24e599..39911bb2 100644
--- a/src/urlbar/urlbar.h
+++ b/src/urlbar/urlbar.h
@@ -32,6 +32,7 @@
// Local Includes
+#include "rekonqprivate_export.h"
#include "lineedit.h"
// KDE Includes
@@ -47,7 +48,7 @@ class QWidget;
class KCompletion;
-class UrlBar : public KHistoryComboBox
+class REKONQ_TESTS_EXPORT UrlBar : public KHistoryComboBox
{
Q_OBJECT