#include <QtGui/qundoview.h>
#ifndef QUNDOVIEW_H
#ifndef QT_NO_UNDOVIEW
class QUndoView: public QListView{
#ifndef QT_NO_UNDOGROUP
public: explicit QUndoView(struct QUndoGroup* group, class QWidget* parent = 0);
#endif
};
#endif // QT_NO_UNDOVIEW
#endif // QUNDOVIEW_H