diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-26 07:40:32 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-26 07:40:32 +0000 |
| commit | fc290ac23c3d09faff325b7669c9cf77a64ba910 (patch) | |
| tree | ffa84dac9c4d807db52afdd9b27c76af616f9562 /examples | |
| parent | 84d85965791e5354cf7278a81a9c6240d00a125b (diff) | |
| download | qxmpp-fc290ac23c3d09faff325b7669c9cf77a64ba910.tar.gz | |
use guard name based on file name
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/GuiClient/capabilitiesCache.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <QObject> #include <QDomElement> @@ -60,4 +60,4 @@ private: QMap<QString, QString> m_mapIdNodeVer; }; -#endif // CAPABILITIESCOLLECTION_H +#endif // CAPABILITIESCACHE_H |
