#include <QtGui/qabstractproxymodel.h>
#ifndef QABSTRACTPROXYMODEL_H
#ifndef QT_NO_PROXYMODEL
class QAbstractProxyModel: public QAbstractItemModel{
public: virtual class QVariant headerData(int section, enum Qt::Orientation orientation, int role) const
};
#endif // QT_NO_PROXYMODEL
#endif // QABSTRACTPROXYMODEL_H