summaryrefslogtreecommitdiffstats
path: root/src/versitorganizer/qtimezones_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/versitorganizer/qtimezones_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/versitorganizer/qtimezones_p.cpp')
-rw-r--r--src/versitorganizer/qtimezones_p.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/versitorganizer/qtimezones_p.cpp b/src/versitorganizer/qtimezones_p.cpp
index e6cee4f99..0c917cc5f 100644
--- a/src/versitorganizer/qtimezones_p.cpp
+++ b/src/versitorganizer/qtimezones_p.cpp
@@ -43,7 +43,7 @@
#include <qorganizer.h>
#include <QDateTime>
-QTVERSITORGANIZER_BEGIN_NAMESPACE
+QT_BEGIN_NAMESPACE_VERSITORGANIZER
QOrganizerManager* TimeZone::getManager()
{
@@ -94,4 +94,4 @@ QDateTime TimeZones::convert(const QDateTime& dateTime, const QString& tzid) con
return tz.convert(dateTime);
}
-QTVERSITORGANIZER_END_NAMESPACE
+QT_END_NAMESPACE_VERSITORGANIZER