#include <QtGui/qitemselectionmodel.h>
#ifndef QITEMSELECTIONMODEL_H
#ifndef QT_NO_ITEMVIEWS
class QItemSelectionModel: public QObject{
protected: void selectionChanged(class QItemSelection const & selected, class QItemSelection const & deselected);
};
#endif // QT_NO_ITEMVIEWS
#endif // QITEMSELECTIONMODEL_H