summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorToby Tomkins <toby.tomkins@nokia.com>2011-11-25 11:08:10 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-25 05:39:35 +0100
commit3858d0c590886421657bb1609bbe28c10061934a (patch)
tree721712e977cc4824bb84a0c208353fdf158fc9b4 /src/tools
parent26fbf15faee900dd438db42e9feb3b1fe317b69a (diff)
Fixed QtSystems namespace compilation.
Change-Id: Iec9546890cf6df1c6cd94cbd400a81edc15d0988 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/servicefw/servicefw.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tools/servicefw/servicefw.cpp b/src/tools/servicefw/servicefw.cpp
index 0c50bab5..b88288b6 100644
--- a/src/tools/servicefw/servicefw.cpp
+++ b/src/tools/servicefw/servicefw.cpp
@@ -48,8 +48,6 @@
#include <QString>
#include <QDir>
-QT_BEGIN_NAMESPACE
-
static const char * const errorTable[] = {
"No error", //0
"Storage read error",
@@ -534,5 +532,3 @@ int main(int argc, char *argv[])
}
#include "servicefw.moc"
-
-QT_END_NAMESPACE