aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/GuiClient.pro
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/GuiClient.pro
parent3dbddad62fc6ad3d8a5181c5b66365aa14ef936b (diff)
downloadqxmpp-abc6cea5b1bc3018ee20c6a0dd6272059fc34169.tar.gz
align class name
Diffstat (limited to 'examples/GuiClient/GuiClient.pro')
-rw-r--r--examples/GuiClient/GuiClient.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/GuiClient/GuiClient.pro b/examples/GuiClient/GuiClient.pro
index 09591c5e..bb17ac5f 100644
--- a/examples/GuiClient/GuiClient.pro
+++ b/examples/GuiClient/GuiClient.pro
@@ -4,7 +4,7 @@ TARGET = GuiClient
TEMPLATE = app
SOURCES += main.cpp \
- messageGraphicsItem.cpp \
+ chatMsgGraphicsItem.cpp \
chatGraphicsScene.cpp \
chatGraphicsView.cpp \
chatDialog.cpp \
@@ -26,7 +26,7 @@ SOURCES += main.cpp \
accountsCache.cpp \
xmlConsoleDialog.cpp
-HEADERS += messageGraphicsItem.h \
+HEADERS += chatMsgGraphicsItem.h \
chatGraphicsScene.h \
chatGraphicsView.h \
chatDialog.h \