From 081ee70d43476e7bb4cc3f3d0cff3d20da05d08e Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Sun, 26 Sep 2010 11:03:03 +0000 Subject: use guard name based on file name --- examples/GuiClient/vCardCache.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/GuiClient/vCardCache.h') 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 #include @@ -61,4 +61,4 @@ private: QMap m_mapBareJidVcard; }; -#endif // VCARDMANAGER_H +#endif // VCARDCACHE_H -- cgit v1.2.3