00001
00042 #ifndef AIUNDODIALOG_HPP
00043 #define AIUNDODIALOG_HPP
00044
00045 #include <QtGui>
00046
00047 #include "../aiundoview/aiundoview.hpp"
00048
00049 namespace AiFractals
00050 {
00057 class AiUndoDialog : public QDialog
00058 {
00059 public:
00060
00066 AiUndoDialog(QUndoStack * stack, QWidget * parent = 0);
00067 };
00068 }
00069
00070
00071 #endif // AIUNDODIALOG_HPP