diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-26 07:36:51 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-26 07:36:51 +0000 |
| commit | b54eebb2ce03418b020190ace403e7f3cb23054f (patch) | |
| tree | 7d658507b336c5b579a6bd6c0128bd2432b33f6c /examples/GuiClient/GuiClient.pro | |
| parent | 64d36f43ae6cbe137b086a70adf893d6bf442fae (diff) | |
| download | qxmpp-b54eebb2ce03418b020190ace403e7f3cb23054f.tar.gz | |
capabilitiesCollection to capabilitiesCache
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 9bc0f0de..aab59ea2 100644 --- a/examples/GuiClient/GuiClient.pro +++ b/examples/GuiClient/GuiClient.pro @@ -23,7 +23,7 @@ SOURCES += main.cpp \ customToolButton.cpp \ vCardManager.cpp \ profileDialog.cpp \ - capabilitiesCollection.cpp \ + capabilitiesCache.cpp \ accountsCache.cpp HEADERS += messageGraphicsItem.h \ @@ -45,7 +45,7 @@ HEADERS += messageGraphicsItem.h \ customToolButton.h \ vCardManager.h \ profileDialog.h \ - capabilitiesCollection.h \ + capabilitiesCache.h \ accountsCache.h FORMS += mainDialog.ui \ |
