diff options
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 |