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.cpp | |
| parent | e35b225eaf055bd40145b5693a9ee61fb459f76e (diff) | |
| download | qxmpp-e82faaf04bd11b1860353c0203877a72f13f69b3.tar.gz | |
fix includes of accountsCache class
Diffstat (limited to 'examples/GuiClient/accountsCache.cpp')
| -rw-r--r-- | examples/GuiClient/accountsCache.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/GuiClient/accountsCache.cpp b/examples/GuiClient/accountsCache.cpp index 3206cb96..2e1d1413 100644 --- a/examples/GuiClient/accountsCache.cpp +++ b/examples/GuiClient/accountsCache.cpp @@ -24,8 +24,10 @@ #include "accountsCache.h" #include "utils.h" + #include <QDir> #include <QTextStream> +#include <QStringList> accountsCache::accountsCache(QObject *parent) : QObject(parent) |
