X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Ftrimamountoptions.h;h=7ce2920e8b36c7e486b74689334b3e8c807071e5;hb=d774c2655ba2c3657a565f325411144452392277;hp=a118fe98fb1ee3cb93d60aad47ae32634d01523f;hpb=0e80da8b560e09124c527f3544859e0c31157ce4;p=architektonas diff --git a/src/forms/trimamountoptions.h b/src/forms/trimamountoptions.h index a118fe9..7ce2920 100644 --- a/src/forms/trimamountoptions.h +++ b/src/forms/trimamountoptions.h @@ -3,8 +3,8 @@ #include -class RS_ActionModifyTrimAmount; -class RS_ActionInterface; +class ActionModifyTrimAmount; +class ActionInterface; class TrimAmountOptions: public QWidget { @@ -15,11 +15,11 @@ class TrimAmountOptions: public QWidget ~TrimAmountOptions(); public slots: - void setAction(RS_ActionInterface * a, bool update); + void setAction(ActionInterface * a, bool update); void updateDist(const QString & d); protected: - RS_ActionModifyTrimAmount * action; + ActionModifyTrimAmount * action; private: QLabel * lDist;