1 #ifndef __DLGROTATE_H__
2 #define __DLGROTATE_H__
4 #include "ui_dlgrotate.h"
8 class DlgRotate: public QDialog
13 DlgRotate(QWidget * parent = 0, Qt::WindowFlags flags = 0);
17 void setData(RotateData * d);
21 bool useCurrentAttributes;
32 #endif // __DLGROTATE_H__