X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Fimageoptions.h;h=08b5d9e005fc092dc68a0e69d98a2d6dbac0b1ba;hb=d774c2655ba2c3657a565f325411144452392277;hp=11e40ca534516b675e987e37d749662a9be322a7;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/forms/imageoptions.h b/src/forms/imageoptions.h index 11e40ca..08b5d9e 100644 --- a/src/forms/imageoptions.h +++ b/src/forms/imageoptions.h @@ -3,8 +3,8 @@ #include "ui_imageoptions.h" -class RS_ActionDrawImage; -class RS_ActionInterface; +class ActionDrawImage; +class ActionInterface; class ImageOptions: public QWidget { @@ -15,11 +15,11 @@ class ImageOptions: public QWidget ~ImageOptions(); public slots: - void setAction(RS_ActionInterface * a, bool update); + void setAction(ActionInterface * a, bool update); void updateData(); protected: - RS_ActionDrawImage * action; + ActionDrawImage * action; private: Ui::ImageOptions ui;