From fc290ac23c3d09faff325b7669c9cf77a64ba910 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Sun, 26 Sep 2010 07:40:32 +0000 Subject: use guard name based on file name --- examples/GuiClient/capabilitiesCache.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/GuiClient/capabilitiesCache.h') diff --git a/examples/GuiClient/capabilitiesCache.h b/examples/GuiClient/capabilitiesCache.h index 530076dc..568ef516 100644 --- a/examples/GuiClient/capabilitiesCache.h +++ b/examples/GuiClient/capabilitiesCache.h @@ -22,8 +22,8 @@ */ -#ifndef CAPABILITIESCOLLECTION_H -#define CAPABILITIESCOLLECTION_H +#ifndef CAPABILITIESCACHE_H +#define CAPABILITIESCACHE_H #include #include @@ -60,4 +60,4 @@ private: QMap m_mapIdNodeVer; }; -#endif // CAPABILITIESCOLLECTION_H +#endif // CAPABILITIESCACHE_H -- cgit v1.2.3