From 3e1ac6fb3f9865bf5bb0c156e985c1a4577b20e0 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 14 Feb 2010 11:23:37 +0100 Subject: Krazy issues (1st branch) --- src/walletbar.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/walletbar.h') diff --git a/src/walletbar.h b/src/walletbar.h index d2e39373..77257f69 100644 --- a/src/walletbar.h +++ b/src/walletbar.h @@ -24,8 +24,8 @@ * ============================================================ */ -#ifndef WALLET_WIDGET_H -#define WALLET_WIDGET_H +#ifndef WALLET_BAR_H +#define WALLET_BAR_H // Qt Includes @@ -65,4 +65,4 @@ private: QLabel *m_label; }; -#endif // WALLET_WIDGET_H +#endif // WALLET_BAR_H -- cgit v1.2.1 From 8dda858403d283f1850c0298aac0fb5212a27952 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 26 Feb 2010 11:37:11 +0100 Subject: tests support for every Qt derived rekonq class --- src/walletbar.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/walletbar.h') 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 #include @@ -35,7 +38,7 @@ #include -class WalletBar : public QWidget +class REKONQ_TESTS_EXPORT WalletBar : public QWidget { Q_OBJECT -- cgit v1.2.1