aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoinamountfield.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-11-08 21:45:32 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2012-11-08 21:45:32 +0100
commit128eefa0f88ff80c5d6398d13e25a3f4df96081a (patch)
treec51d52e66cb726f4fbb1d0a08aed5251d5b920e4 /src/qt/bitcoinamountfield.h
parent86406daeca0390b13457cc4f8d5f24fa5bf54557 (diff)
downloadbitcoin-128eefa0f88ff80c5d6398d13e25a3f4df96081a.tar.xz
Qt: small header changes / fixes
- ensure header inclusion guard is named after the header file - add missing comments at the end of some inclusion guards - add a small Qt5 compatibility fix in macdockiconhandler.h
Diffstat (limited to 'src/qt/bitcoinamountfield.h')
-rw-r--r--src/qt/bitcoinamountfield.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qt/bitcoinamountfield.h b/src/qt/bitcoinamountfield.h
index 66792e00a9..4797c4c882 100644
--- a/src/qt/bitcoinamountfield.h
+++ b/src/qt/bitcoinamountfield.h
@@ -1,5 +1,5 @@
-#ifndef BITCOINFIELD_H
-#define BITCOINFIELD_H
+#ifndef BITCOINAMOUNTFIELD_H
+#define BITCOINAMOUNTFIELD_H
#include <QWidget>
@@ -57,4 +57,4 @@ private slots:
};
-#endif // BITCOINFIELD_H
+#endif // BITCOINAMOUNTFIELD_H