#include <QtGui/qabstractproxymodel.h>
#ifndef QABSTRACTPROXYMODEL_H
#ifndef QT_NO_PROXYMODEL
class QAbstractProxyModel: public QAbstractItemModel{
public: virtual struct QItemSelection mapSelectionFromSource(struct QItemSelection const & selection) const
};
#endif // QT_NO_PROXYMODEL
#endif // QABSTRACTPROXYMODEL_H