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