summaryrefslogtreecommitdiff
path: root/src/walletbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/walletbar.h')
-rw-r--r--src/walletbar.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/walletbar.h b/src/walletbar.h
index 77257f69..efb28a8f 100644
--- a/src/walletbar.h
+++ b/src/walletbar.h
@@ -28,6 +28,9 @@
#define WALLET_BAR_H
+// Local Includes
+#include "rekonqprivate_export.h"
+
// Qt Includes
#include <QWidget>
#include <QString>
@@ -35,7 +38,7 @@
#include <QLabel>
-class WalletBar : public QWidget
+class REKONQ_TESTS_EXPORT WalletBar : public QWidget
{
Q_OBJECT