src/imports/folderlistmodel/qdeclarativefolderlistmodel.h
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
--- a/src/imports/folderlistmodel/qdeclarativefolderlistmodel.h	Tue Jul 06 15:10:48 2010 +0300
+++ b/src/imports/folderlistmodel/qdeclarativefolderlistmodel.h	Wed Aug 18 10:37:55 2010 +0300
@@ -47,6 +47,8 @@
 #include <QUrl>
 #include <QAbstractListModel>
 
+#ifndef QT_NO_DIRMODEL
+
 QT_BEGIN_HEADER
 
 QT_BEGIN_NAMESPACE
@@ -152,4 +154,6 @@
 
 QT_END_HEADER
 
+#endif // QT_NO_DIRMODEL
+
 #endif // QDECLARATIVEFOLDERLISTMODEL_H