aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/chatMsgGraphicsItem.h
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-11 15:25:14 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-11 15:25:14 +0000
commitf6852c54cc8c737ab7b0bcc4a5d8dfa8edb3b119 (patch)
tree842af56b4b3d840356f2f3c81b95e5cb63241664 /examples/GuiClient/chatMsgGraphicsItem.h
parentabc6cea5b1bc3018ee20c6a0dd6272059fc34169 (diff)
downloadqxmpp-f6852c54cc8c737ab7b0bcc4a5d8dfa8edb3b119.tar.gz
include-guard-define as per file name
Diffstat (limited to 'examples/GuiClient/chatMsgGraphicsItem.h')
-rw-r--r--examples/GuiClient/chatMsgGraphicsItem.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/GuiClient/chatMsgGraphicsItem.h b/examples/GuiClient/chatMsgGraphicsItem.h
index b035ab4e..07da2021 100644
--- a/examples/GuiClient/chatMsgGraphicsItem.h
+++ b/examples/GuiClient/chatMsgGraphicsItem.h
@@ -22,8 +22,8 @@
*/
-#ifndef MESSAGEGRAPHICSITEM_H
-#define MESSAGEGRAPHICSITEM_H
+#ifndef CHATMSGGRAPHICSITEM_H
+#define CHATMSGGRAPHICSITEM_H
#include <QGraphicsPathItem>
@@ -84,4 +84,4 @@ private:
Alignment m_alignment;
};
-#endif // MESSAGEGRAPHICSITEM_H
+#endif // CHATMSGGRAPHICSITEM_H