summaryrefslogtreecommitdiffstats
path: root/src/versit/qversitcontactimporter_p.cpp
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-03-13 11:55:12 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-26 15:41:07 +0100
commitc12bf367554bed3e937d65234c1e4d59df66dd69 (patch)
treed49c4ef70e932e056bfd8bfe24b6d30c54ffc155 /src/versit/qversitcontactimporter_p.cpp
parenteff4e1fcb984f66975d6d7eb92c8814bb834bd3a (diff)
Adjust QT*_{BEGIN,END}_NAMESPACE macro
Changed to QT_{BEGIN,END}_NAMESPACE_* to match syncqt and tst_header's checks. Change-Id: If41721bf6be1294c9e0068af74917afc246603e9 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'src/versit/qversitcontactimporter_p.cpp')
-rw-r--r--src/versit/qversitcontactimporter_p.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/versit/qversitcontactimporter_p.cpp b/src/versit/qversitcontactimporter_p.cpp
index 4503b39a7..3e47cd515 100644
--- a/src/versit/qversitcontactimporter_p.cpp
+++ b/src/versit/qversitcontactimporter_p.cpp
@@ -75,7 +75,7 @@
#include <QHash>
#include <QFile>
-QTVERSIT_BEGIN_NAMESPACE
+QT_BEGIN_NAMESPACE_VERSIT
/*!
* Constructor.
@@ -1085,4 +1085,4 @@ void QVersitContactImporterPrivate::saveDetailWithContext(
updatedDetails->append(detail);
}
-QTVERSIT_END_NAMESPACE
+QT_END_NAMESPACE_VERSIT