From 5fdaf91db6314d971563bd8cd32dd65e8b45862b Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Sun, 26 Sep 2010 11:22:47 +0000 Subject: use uniform function names --- examples/GuiClient/mainDialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/GuiClient/mainDialog.cpp') diff --git a/examples/GuiClient/mainDialog.cpp b/examples/GuiClient/mainDialog.cpp index cf0a05e3..a1572a6c 100644 --- a/examples/GuiClient/mainDialog.cpp +++ b/examples/GuiClient/mainDialog.cpp @@ -418,8 +418,8 @@ void mainDialog::signIn() m_rosterItemModel.clear(); - m_vCardCache.loadAllFromCache(); - m_capabilitiesCache.loadAllFromCache(); + m_vCardCache.loadFromFile(); + m_capabilitiesCache.loadFromFile(); startConnection(); } -- cgit v1.2.3