diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-18 13:46:56 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-18 13:46:56 +0000 |
| commit | e82faaf04bd11b1860353c0203877a72f13f69b3 (patch) | |
| tree | cd292fddd09a4285d411edebfdd895366c3aefc0 /examples/GuiClient/accountsCache.h | |
| parent | e35b225eaf055bd40145b5693a9ee61fb459f76e (diff) | |
| download | qxmpp-e82faaf04bd11b1860353c0203877a72f13f69b3.tar.gz | |
fix includes of accountsCache class
Diffstat (limited to 'examples/GuiClient/accountsCache.h')
| -rw-r--r-- | examples/GuiClient/accountsCache.h | 3 |
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 { |
