X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Ftextoptions.h;h=fd845140031f1f2710973aeb98322b0b9e7aada6;hb=d774c2655ba2c3657a565f325411144452392277;hp=c701fd56eb2b53de65d5b9b46dde4d684552b885;hpb=3f46c180da0806c9c263e6d87d0f1404632402da;p=architektonas diff --git a/src/forms/textoptions.h b/src/forms/textoptions.h index c701fd5..fd84514 100644 --- a/src/forms/textoptions.h +++ b/src/forms/textoptions.h @@ -3,8 +3,8 @@ #include "ui_textoptions.h" -class RS_ActionInterface; -class RS_ActionDrawText; +class ActionInterface; +class ActionDrawText; class QToolBar; class TextOptions: public QWidget @@ -16,12 +16,12 @@ class TextOptions: public QWidget ~TextOptions(); public slots: - void setAction(RS_ActionInterface * a, bool update); + void setAction(ActionInterface * a, bool update); void updateText(); void updateAngle(); protected: - RS_ActionDrawText * action; + ActionDrawText * action; private: Ui::TextOptions ui;