From abc6cea5b1bc3018ee20c6a0dd6272059fc34169 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Mon, 11 Oct 2010 15:17:44 +0000 Subject: align class name --- examples/GuiClient/chatGraphicsScene.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/GuiClient/chatGraphicsScene.h') 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 #include -class messageGraphicsItem; +class chatMsgGraphicsItem; class chatGraphicsScene : public QGraphicsScene { @@ -43,7 +43,7 @@ private: int m_verticalPosForNewMessage; int m_verticalSpacing; int m_boxStartLength; - QList m_items; + QList m_items; }; #endif // CHATGRAPHICSSCENE_H -- cgit v1.2.3