aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/chatGraphicsScene.h
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-11 15:17:44 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-11 15:17:44 +0000
commitabc6cea5b1bc3018ee20c6a0dd6272059fc34169 (patch)
tree860519d73773e8c99feb1e2d3a906283279615e4 /examples/GuiClient/chatGraphicsScene.h
parent3dbddad62fc6ad3d8a5181c5b66365aa14ef936b (diff)
downloadqxmpp-abc6cea5b1bc3018ee20c6a0dd6272059fc34169.tar.gz
align class name
Diffstat (limited to 'examples/GuiClient/chatGraphicsScene.h')
-rw-r--r--examples/GuiClient/chatGraphicsScene.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/GuiClient/chatGraphicsScene.h b/examples/GuiClient/chatGraphicsScene.h
index 82b9a401..0488f833 100644
--- a/examples/GuiClient/chatGraphicsScene.h
+++ b/examples/GuiClient/chatGraphicsScene.h
@@ -28,7 +28,7 @@
#include <QGraphicsScene>
#include <QList>
-class messageGraphicsItem;
+class chatMsgGraphicsItem;
class chatGraphicsScene : public QGraphicsScene
{
@@ -43,7 +43,7 @@ private:
int m_verticalPosForNewMessage;
int m_verticalSpacing;
int m_boxStartLength;
- QList <messageGraphicsItem*> m_items;
+ QList <chatMsgGraphicsItem*> m_items;
};
#endif // CHATGRAPHICSSCENE_H