aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/accountsCache.h
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-18 13:46:56 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-18 13:46:56 +0000
commite82faaf04bd11b1860353c0203877a72f13f69b3 (patch)
treecd292fddd09a4285d411edebfdd895366c3aefc0 /examples/GuiClient/accountsCache.h
parente35b225eaf055bd40145b5693a9ee61fb459f76e (diff)
downloadqxmpp-e82faaf04bd11b1860353c0203877a72f13f69b3.tar.gz
fix includes of accountsCache class
Diffstat (limited to 'examples/GuiClient/accountsCache.h')
-rw-r--r--examples/GuiClient/accountsCache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/GuiClient/accountsCache.h b/examples/GuiClient/accountsCache.h
index 545a39c1..b363f51c 100644
--- a/examples/GuiClient/accountsCache.h
+++ b/examples/GuiClient/accountsCache.h
@@ -27,7 +27,8 @@
#include <QObject>
#include <QDomElement>
-#include <QStringList>
+
+class QStringList;
class accountsCache : public QObject
{