1 #ifndef __DLGROTATE2_H__
2 #define __DLGROTATE2_H__
4 #include "ui_dlgrotate2.h"
8 class DlgRotate2: public QDialog
13 DlgRotate2(QWidget * parent = 0, Qt::WindowFlags flags = 0);
17 void setData(Rotate2Data * d);
25 bool useCurrentAttributes;
36 #endif // __DLGROTATE2_H__