diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-11-08 21:45:32 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-11-08 21:45:32 +0100 |
commit | 128eefa0f88ff80c5d6398d13e25a3f4df96081a (patch) | |
tree | c51d52e66cb726f4fbb1d0a08aed5251d5b920e4 /src/qt/macdockiconhandler.h | |
parent | 86406daeca0390b13457cc4f8d5f24fa5bf54557 (diff) |
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/macdockiconhandler.h')
-rw-r--r-- | src/qt/macdockiconhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/macdockiconhandler.h b/src/qt/macdockiconhandler.h index 2092fb26b3..dd85e0c33d 100644 --- a/src/qt/macdockiconhandler.h +++ b/src/qt/macdockiconhandler.h @@ -1,7 +1,7 @@ #ifndef MACDOCKICONHANDLER_H #define MACDOCKICONHANDLER_H -#include <QtCore/QObject> +#include <QObject> class QMenu; class QIcon; |