#include <QtGui/qtreeview.h>
#ifndef QTREEVIEW_H
#ifndef QT_NO_TREEVIEW
class QTreeView: public QAbstractItemView{
protected: virtual void drawRow(struct QPainter* painter, class QStyleOptionViewItem const & options, class QModelIndex const & index) const
};
#endif // QT_NO_TREEVIEW
#endif // QTREEVIEW_H