From f6852c54cc8c737ab7b0bcc4a5d8dfa8edb3b119 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Mon, 11 Oct 2010 15:25:14 +0000 Subject: include-guard-define as per file name --- examples/GuiClient/chatMsgGraphicsItem.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/GuiClient/chatMsgGraphicsItem.h') 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 @@ -84,4 +84,4 @@ private: Alignment m_alignment; }; -#endif // MESSAGEGRAPHICSITEM_H +#endif // CHATMSGGRAPHICSITEM_H -- cgit v1.2.3