#include <QtGui/qlistview.h>
#ifndef QLISTVIEW_H
#ifndef QT_NO_LISTVIEW
class QListView: public QAbstractItemView{
protected: virtual void dataChanged(class QModelIndex const & topLeft, class QModelIndex const & bottomRight);
};
#endif // QT_NO_LISTVIEW
#endif // QLISTVIEW_H