#include <QtGui/qabstractproxymodel.h>
#ifndef QABSTRACTPROXYMODEL_H
#ifndef QT_NO_PROXYMODEL
class QAbstractProxyModel: public QAbstractItemModel{
public: virtual Qt::ItemFlags flags(class QModelIndex const & index) const
};
#endif // QT_NO_PROXYMODEL
#endif // QABSTRACTPROXYMODEL_H