]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/dlginsert.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / forms / dlginsert.h
index 225540267df268427aabbb29ea001f7a77fbd093..78893b6f047b346faac69c207d70af1363694ab6 100644 (file)
@@ -3,7 +3,7 @@
 
 #include "ui_dlginsert.h"
 
-class RS_Insert;
+class Insert;
 
 class DlgInsert: public QDialog
 {
@@ -14,11 +14,11 @@ class DlgInsert: public QDialog
                ~DlgInsert();
 
        public slots:
-               void setInsert(RS_Insert & i);
+               void setInsert(Insert & i);
                void updateInsert();
 
        private:
-               RS_Insert * insert;
+               Insert * insert;
 
        private:
                Ui::DlgInsert ui;