aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
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