aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/mainDialog.h
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-26 10:56:08 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-26 10:56:08 +0000
commit5a671a2987f0d905d786587fb700ab6d3e6ddf25 (patch)
tree26c1fd0b982421c9a7370b1e97bab6e1708492ea /examples/GuiClient/mainDialog.h
parent06976314a805d193882ea8ecfa8b0d08fe16cbf3 (diff)
downloadqxmpp-5a671a2987f0d905d786587fb700ab6d3e6ddf25.tar.gz
vCardManager to vCardCache
Diffstat (limited to 'examples/GuiClient/mainDialog.h')
-rw-r--r--examples/GuiClient/mainDialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/GuiClient/mainDialog.h b/examples/GuiClient/mainDialog.h
index 5e60476d..9c3f6ae9 100644
--- a/examples/GuiClient/mainDialog.h
+++ b/examples/GuiClient/mainDialog.h
@@ -33,7 +33,7 @@
#include <QMap>
#include "statusWidget.h"
#include "chatDialog.h"
-#include "vCardManager.h"
+#include "vCardCache.h"
#include "capabilitiesCache.h"
#include "accountsCache.h"
#include <QSystemTrayIcon>
@@ -99,7 +99,7 @@ private:
rosterItemModel m_rosterItemModel;
rosterItemSortFilterProxyModel m_rosterItemSortFilterModel;
statusWidget m_statusWidget;
- vCardManager m_vCardManager;
+ vCardCache m_vCardCache;
capabilitiesCache m_capabilitiesCache;
accountsCache m_accountsCache;