summaryrefslogtreecommitdiff
path: root/src/walletbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/walletbar.h')
-rw-r--r--src/walletbar.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/walletbar.h b/src/walletbar.h
index d2e39373..efb28a8f 100644
--- a/src/walletbar.h
+++ b/src/walletbar.h
@@ -24,10 +24,13 @@
* ============================================================ */
-#ifndef WALLET_WIDGET_H
-#define WALLET_WIDGET_H
+#ifndef WALLET_BAR_H
+#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
@@ -65,4 +68,4 @@ private:
QLabel *m_label;
};
-#endif // WALLET_WIDGET_H
+#endif // WALLET_BAR_H