diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-26 11:03:03 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-26 11:03:03 +0000 |
| commit | 081ee70d43476e7bb4cc3f3d0cff3d20da05d08e (patch) | |
| tree | a5c40ade867f2be7dac7bda1854cb95703538fc4 /examples/GuiClient/vCardCache.h | |
| parent | 5a671a2987f0d905d786587fb700ab6d3e6ddf25 (diff) | |
| download | qxmpp-081ee70d43476e7bb4cc3f3d0cff3d20da05d08e.tar.gz | |
use guard name based on file name
Diffstat (limited to 'examples/GuiClient/vCardCache.h')
| -rw-r--r-- | examples/GuiClient/vCardCache.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/GuiClient/vCardCache.h b/examples/GuiClient/vCardCache.h index f96ff18c..dbd708b8 100644 --- a/examples/GuiClient/vCardCache.h +++ b/examples/GuiClient/vCardCache.h @@ -22,8 +22,8 @@ */ -#ifndef VCARDMANAGER_H -#define VCARDMANAGER_H +#ifndef VCARDCACHE_H +#define VCARDCACHE_H #include <QObject> #include <QMap> @@ -61,4 +61,4 @@ private: QMap<QString, QXmppVCardIq> m_mapBareJidVcard; }; -#endif // VCARDMANAGER_H +#endif // VCARDCACHE_H |
