summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-06-30 23:41:47 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-06-30 23:41:47 (GMT)
commit927ba2101c3ebe8513558e74527da8db69ad1292 (patch)
tree4732ba696ce39c9c2da0c4cbf0772b2b263ee2d1 /src/declarative
parent6d179399fbfc74b2ab1eb87263bb8b6a28e0135a (diff)
downloadQt-927ba2101c3ebe8513558e74527da8db69ad1292.zip
Qt-927ba2101c3ebe8513558e74527da8db69ad1292.tar.gz
Qt-927ba2101c3ebe8513558e74527da8db69ad1292.tar.bz2
Fix compile-in-namespace.
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/extra/qmlfolderlistmodel.cpp2
-rw-r--r--src/declarative/extra/qmlfolderlistmodel.h4
2 files changed, 2 insertions, 4 deletions
diff --git a/src/declarative/extra/qmlfolderlistmodel.cpp b/src/declarative/extra/qmlfolderlistmodel.cpp
index abec01e..e6f3b76 100644
--- a/src/declarative/extra/qmlfolderlistmodel.cpp
+++ b/src/declarative/extra/qmlfolderlistmodel.cpp
@@ -46,8 +46,6 @@
QT_BEGIN_NAMESPACE
-QT_MODULE(Declarative)
-
class QmlFolderListModelPrivate : public QObjectPrivate
{
public:
diff --git a/src/declarative/extra/qmlfolderlistmodel.h b/src/declarative/extra/qmlfolderlistmodel.h
index a6e8526..dc520f1 100644
--- a/src/declarative/extra/qmlfolderlistmodel.h
+++ b/src/declarative/extra/qmlfolderlistmodel.h
@@ -94,10 +94,10 @@ private:
Q_DISABLE_COPY(QmlFolderListModel)
};
-QML_DECLARE_TYPE(QmlFolderListModel)
-
QT_END_NAMESPACE
+QML_DECLARE_TYPE(QmlFolderListModel)
+
QT_END_HEADER
#endif // QMLFOLDERLISTMODEL_H