#include <QtGui/qdirmodel.h>
#ifndef QDIRMODEL_H
#ifndef QT_NO_DIRMODEL
class QDirModel: public QAbstractItemModel{
public: virtual bool setData(class QModelIndex const & index, class QVariant const & value, int role = Qt::EditRole);
};
#endif // QT_NO_DIRMODEL
#endif // QDIRMODEL_H