diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-11 15:17:44 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-11 15:17:44 +0000 |
| commit | abc6cea5b1bc3018ee20c6a0dd6272059fc34169 (patch) | |
| tree | 860519d73773e8c99feb1e2d3a906283279615e4 /examples/GuiClient/chatGraphicsScene.h | |
| parent | 3dbddad62fc6ad3d8a5181c5b66365aa14ef936b (diff) | |
| download | qxmpp-abc6cea5b1bc3018ee20c6a0dd6272059fc34169.tar.gz | |
align class name
Diffstat (limited to 'examples/GuiClient/chatGraphicsScene.h')
| -rw-r--r-- | examples/GuiClient/chatGraphicsScene.h | 4 |
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 |
