From e493e9c7878de671379f9f83e215c3fb5c858df6 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Sat, 5 Sep 2009 10:04:40 +0000 Subject: include guards as per file name --- source/QXmppUtils.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source') diff --git a/source/QXmppUtils.h b/source/QXmppUtils.h index ba31f449..99bcef2c 100644 --- a/source/QXmppUtils.h +++ b/source/QXmppUtils.h @@ -22,8 +22,8 @@ */ -#ifndef UTILS_H -#define UTILS_H +#ifndef QXMPPUTILS_H +#define QXMPPUTILS_H class QTextStream; @@ -43,4 +43,4 @@ void log(const QByteArray& str); QString escapeString(const QString& str); QString unescapeString(const QString& str); -#endif // UTILS_H +#endif // QXMPPUTILS_H -- cgit v1.2.3