]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/printpreviewoptions.h
In the middle of major refactoring...
[architektonas] / src / forms / printpreviewoptions.h
index 3e9dd34a1e1444d1c0e6aa375a28c5576b8cc8f6..5ae45dd04e61052c09d5633cf48ba66a851f2525 100644 (file)
@@ -3,8 +3,8 @@
 
 #include "ui_printpreviewoptions.h"
 
-class RS_ActionInterface;
-class RS_ActionPrintPreview;
+class ActionInterface;
+class ActionPrintPreview;
 class QToolBar;
 
 class PrintPreviewOptions: public QWidget
@@ -17,7 +17,7 @@ class PrintPreviewOptions: public QWidget
                ~PrintPreviewOptions();
 
        public slots:
-               void setAction(RS_ActionInterface * a, bool update);
+               void setAction(ActionInterface * a, bool update);
                void updateData();
                void center();
                void setBlackWhite(bool on);
@@ -25,7 +25,7 @@ class PrintPreviewOptions: public QWidget
                void scale(const QString & s);
 
        protected:
-               RS_ActionPrintPreview * action;
+               ActionPrintPreview * action;
 
        private:
                QStringList imperialScales;