X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Fdlgrotate.h;h=f4d96471a787c9b90c05b0a1d2e0b7b4d6fea868;hb=f62cebc26c7c3af447f0e4e4c43331f8589dce22;hp=ebc74682fe4166c7d8f1d200926346ddf9e1ca08;hpb=05a1d5fa057f4f45bc1f9903f1bdc0be2f10e3bf;p=architektonas diff --git a/src/forms/dlgrotate.h b/src/forms/dlgrotate.h index ebc7468..f4d9647 100644 --- a/src/forms/dlgrotate.h +++ b/src/forms/dlgrotate.h @@ -3,7 +3,7 @@ #include "ui_dlgrotate.h" -class RS_RotateData; +class RotateData; class DlgRotate: public QDialog { @@ -14,7 +14,7 @@ class DlgRotate: public QDialog ~DlgRotate(); public slots: - void setData(RS_RotateData * d); + void setData(RotateData * d); void updateData(); private: @@ -22,7 +22,7 @@ class DlgRotate: public QDialog bool useCurrentLayer; int numberMode; QString copies; - RS_RotateData * data; + RotateData * data; QString angle; private: