#include <QtGui/qsortfilterproxymodel.h>
#ifndef QSORTFILTERPROXYMODEL_H
#ifndef QT_NO_SORTFILTERPROXYMODEL
class QSortFilterProxyModel: public QAbstractProxyModel{
public: virtual bool insertColumns(int column, int count, class QModelIndex const & parent = QModelIndex::QModelIndex());
};
#endif // QT_NO_SORTFILTERPROXYMODEL
#endif // QSORTFILTERPROXYMODEL_H