diff options
Diffstat (limited to 'examples/GuiClient/capabilitiesCache.h')
| -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 |
