#include <QtGui/qdirmodel.h>
#ifndef QDIRMODEL_H
#ifndef QT_NO_DIRMODEL
class QDirModel: public QAbstractItemModel{
public: class QModelIndex mkdir(class QModelIndex const & parent, class QString const & name);
};
#endif // QT_NO_DIRMODEL
#endif // QDIRMODEL_H