diff options
Diffstat (limited to 'examples/GuiClient')
| -rw-r--r-- | examples/GuiClient/chatMsgGraphicsItem.h | 6 |
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 |
