diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-14 11:23:37 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-14 11:23:37 +0100 |
commit | 3e1ac6fb3f9865bf5bb0c156e985c1a4577b20e0 (patch) | |
tree | c0febbda6a1eff4693e856eb0bee65b3ac400136 /src/walletbar.h | |
parent | rekonq 0.3.91 (diff) | |
download | rekonq-3e1ac6fb3f9865bf5bb0c156e985c1a4577b20e0.tar.xz |
Krazy issues (1st branch)
Diffstat (limited to 'src/walletbar.h')
-rw-r--r-- | src/walletbar.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 |