#include <QtGui/qtreeview.h>
#ifndef QTREEVIEW_H
#ifndef QT_NO_TREEVIEW
class QTreeView: public QAbstractItemView{
public: virtual void dataChanged(class QModelIndex const & topLeft, class QModelIndex const & bottomRight);
};
#endif // QT_NO_TREEVIEW
#endif // QTREEVIEW_H