diff options
Diffstat (limited to 'examples/GuiClient/GuiClient.pro')
| -rw-r--r-- | examples/GuiClient/GuiClient.pro | 4 |
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 \ |
