aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/vCardCache.h
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-26 11:22:47 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-26 11:22:47 +0000
commit5fdaf91db6314d971563bd8cd32dd65e8b45862b (patch)
tree07d23a12a76a09840d6b49a56283cc2f4d05774b /examples/GuiClient/vCardCache.h
parenta6eead7cb98e59045ec513889a86c715abb06188 (diff)
downloadqxmpp-5fdaf91db6314d971563bd8cd32dd65e8b45862b.tar.gz
use uniform function names
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);