aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/vCardCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/GuiClient/vCardCache.h')
-rw-r--r--examples/GuiClient/vCardCache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/GuiClient/vCardCache.h b/examples/GuiClient/vCardCache.h
index 707144f1..5e2a4886 100644
--- a/examples/GuiClient/vCardCache.h
+++ b/examples/GuiClient/vCardCache.h
@@ -44,8 +44,8 @@ public:
QImage getAvatar(const QString& bareJid) const;
QXmppVCardIq& getVCard(const QString& bareJid);
- void loadAllFromCache();
- void saveToCache(const QString& bareJid);
+ void loadFromFile();
+ void saveToFile(const QString& bareJid);
signals:
void vCardReadyToUse(const QString& bareJid);