aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-26 11:03:03 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-26 11:03:03 +0000
commit081ee70d43476e7bb4cc3f3d0cff3d20da05d08e (patch)
treea5c40ade867f2be7dac7bda1854cb95703538fc4 /examples
parent5a671a2987f0d905d786587fb700ab6d3e6ddf25 (diff)
downloadqxmpp-081ee70d43476e7bb4cc3f3d0cff3d20da05d08e.tar.gz
use guard name based on file name
Diffstat (limited to 'examples')
-rw-r--r--examples/GuiClient/vCardCache.h6
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