diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-26 10:56:08 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-26 10:56:08 +0000 |
| commit | 5a671a2987f0d905d786587fb700ab6d3e6ddf25 (patch) | |
| tree | 26c1fd0b982421c9a7370b1e97bab6e1708492ea /examples/GuiClient/GuiClient.pro | |
| parent | 06976314a805d193882ea8ecfa8b0d08fe16cbf3 (diff) | |
| download | qxmpp-5a671a2987f0d905d786587fb700ab6d3e6ddf25.tar.gz | |
vCardManager to vCardCache
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 aab59ea2..dd528beb 100644 --- a/examples/GuiClient/GuiClient.pro +++ b/examples/GuiClient/GuiClient.pro @@ -21,7 +21,7 @@ SOURCES += main.cpp \ avatarWidget.cpp \ statusTextWidget.cpp \ customToolButton.cpp \ - vCardManager.cpp \ + vCardCache.cpp \ profileDialog.cpp \ capabilitiesCache.cpp \ accountsCache.cpp @@ -43,7 +43,7 @@ HEADERS += messageGraphicsItem.h \ avatarWidget.h \ statusTextWidget.h \ customToolButton.h \ - vCardManager.h \ + vCardCache.h \ profileDialog.h \ capabilitiesCache.h \ accountsCache.h |
