]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/trimamountoptions.h
In the middle of major refactoring...
[architektonas] / src / forms / trimamountoptions.h
index a118fe98fb1ee3cb93d60aad47ae32634d01523f..7ce2920e8b36c7e486b74689334b3e8c807071e5 100644 (file)
@@ -3,8 +3,8 @@
 
 #include <QtGui>
 
-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;