summaryrefslogtreecommitdiffstats
path: root/src/mof/qargument.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mof/qargument.h')
-rw-r--r--src/mof/qargument.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/mof/qargument.h b/src/mof/qargument.h
index 90a022ce..bbcd9d5d 100644
--- a/src/mof/qargument.h
+++ b/src/mof/qargument.h
@@ -51,7 +51,10 @@
QT_BEGIN_HEADER
-QT_BEGIN_NAMESPACE_QTMOF
+QT_BEGIN_NAMESPACE
+
+namespace QtMof
+{
QT_MODULE(QtMof)
@@ -65,7 +68,7 @@ class Q_MOF_EXPORT QArgument : public QWrappedObject
Q_OBJECT
Q_PROPERTY(QString name READ name WRITE setName)
- Q_PROPERTY(QMofObject * value READ value WRITE setValue)
+ Q_PROPERTY(QtMof::QMofObject * value READ value WRITE setValue)
Q_DISABLE_COPY(QArgument)
Q_DECLARE_PRIVATE(QArgument)
@@ -86,7 +89,9 @@ protected:
explicit QArgument(QArgumentPrivate &dd, QWrappedObject *wrapper = 0, QWrappedObject *parent = 0);
};
-QT_END_NAMESPACE_QTMOF
+}
+
+QT_END_NAMESPACE
QT_END_HEADER