]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/dlgdimension.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / forms / dlgdimension.h
index f4bdaa29809f795dfcfa22fac257e4830b583557..4193d63b6b9d4905f02c8df87c0fb9258fab7cd8 100644 (file)
@@ -3,7 +3,7 @@
 
 #include "ui_dlgdimension.h"
 
-class RS_Dimension;
+class Dimension;
 
 class DlgDimension: public QDialog
 {
@@ -14,11 +14,11 @@ class DlgDimension: public QDialog
                ~DlgDimension();
 
        public slots:
-               void setDim(RS_Dimension & d);
+               void setDim(Dimension & d);
                void updateDim();
 
        private:
-               RS_Dimension * dim;
+               Dimension * dim;
 
        private:
                Ui::DlgDimension ui;