aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/mainDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/GuiClient/mainDialog.cpp')
-rw-r--r--examples/GuiClient/mainDialog.cpp4
1 files changed, 2 insertions, 2 deletions
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();
}