aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2009-09-05 10:04:40 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2009-09-05 10:04:40 +0000
commite493e9c7878de671379f9f83e215c3fb5c858df6 (patch)
tree402850c848f7d5bf76ae2105f08a8b8f40bcb1a7 /source
parent2cad23d883dd5958362381367b859d45665e9f81 (diff)
downloadqxmpp-e493e9c7878de671379f9f83e215c3fb5c858df6.tar.gz
include guards as per file name
Diffstat (limited to 'source')
-rw-r--r--source/QXmppUtils.h6
1 files changed, 3 insertions, 3 deletions
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