diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-09 12:58:37 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-09 12:58:37 +0000 |
| commit | ffeb653ae038d4e17bfb055acc5e99fb8ddc246d (patch) | |
| tree | d35c9c111d038e7e83e0a857efe2657f33ae255a /examples/GuiClient/GuiClient.pro | |
| parent | 828078dc96daf02cb98b91fb8764eecb8752fef7 (diff) | |
| download | qxmpp-ffeb653ae038d4e17bfb055acc5e99fb8ddc246d.tar.gz | |
class name change: customListView -> rosterListView
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 0718a197..1f518795 100644 --- a/examples/GuiClient/GuiClient.pro +++ b/examples/GuiClient/GuiClient.pro @@ -13,7 +13,7 @@ SOURCES += main.cpp \ rosterItem.cpp \ rosterItemSortFilterProxyModel.cpp \ utils.cpp \ - customListView.cpp \ + rosterListView.cpp \ searchLineEdit.cpp \ statusWidget.cpp \ customLabel.cpp \ @@ -34,7 +34,7 @@ HEADERS += messageGraphicsItem.h \ rosterItem.h \ rosterItemSortFilterProxyModel.h \ utils.h \ - customListView.h \ + rosterListView.h \ searchLineEdit.h \ statusWidget.h \ customLabel.h \ |
