From 1890eefda81e30d06b20bcca45a76df81fa0f983 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Thu, 23 Sep 2010 12:13:56 +0000 Subject: use QDomDocument instead of QDomElement --- examples/GuiClient/accountsCache.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/GuiClient/accountsCache.h') diff --git a/examples/GuiClient/accountsCache.h b/examples/GuiClient/accountsCache.h index 638d8f92..1d28cd9b 100644 --- a/examples/GuiClient/accountsCache.h +++ b/examples/GuiClient/accountsCache.h @@ -10,7 +10,7 @@ class accountsCache : public QObject Q_OBJECT public: - explicit accountsCache(QObject *parent = 0); + explicit accountsCache(QObject *parent); QStringList getBareJids(); QString getPassword(const QString& bareJid); @@ -22,7 +22,7 @@ public: private: void saveToFile(); - QDomElement m_accountsElement; + QDomDocument m_accountsDocument; }; #endif // ACCOUNTSCACHE_H -- cgit v1.2.3