X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Fdlgrotate2.h;h=0a88a480d2a3c443f5972cacec46094282f22096;hb=f62cebc26c7c3af447f0e4e4c43331f8589dce22;hp=c95199015138b3ef23f6b5297208cbcd5002de18;hpb=05a1d5fa057f4f45bc1f9903f1bdc0be2f10e3bf;p=architektonas diff --git a/src/forms/dlgrotate2.h b/src/forms/dlgrotate2.h index c951990..0a88a48 100644 --- a/src/forms/dlgrotate2.h +++ b/src/forms/dlgrotate2.h @@ -3,7 +3,7 @@ #include "ui_dlgrotate2.h" -class RS_Rotate2Data; +class Rotate2Data; class DlgRotate2: public QDialog { @@ -14,7 +14,7 @@ class DlgRotate2: public QDialog ~DlgRotate2(); public slots: - void setData(RS_Rotate2Data * d); + void setData(Rotate2Data * d); void updateData(); protected: @@ -26,7 +26,7 @@ class DlgRotate2: public QDialog bool useCurrentLayer; int numberMode; QString copies; - RS_Rotate2Data * data; + Rotate2Data * data; QString angle1; private: