]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/dlgtext.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / forms / dlgtext.h
index fe5476f3b98b4add95b52a539c628934ac822a8e..edc60d073993356a0579062b414523d8da3eb021 100644 (file)
@@ -3,8 +3,8 @@
 
 #include "ui_dlgtext.h"
 
-class RS_Text;
-class RS_Font;
+class Text;
+class Font;
 
 class DlgText: public QDialog
 {
@@ -18,7 +18,7 @@ class DlgText: public QDialog
 
        public slots:
                void updateUniCharComboBox(int);
-               void setText(RS_Text & t, bool isNew);
+               void setText(Text & t, bool isNew);
                void updateText();
                void setAlignmentTL();
                void setAlignmentTC();
@@ -42,8 +42,8 @@ class DlgText: public QDialog
 
        private:
                bool isNew;
-               RS_Text * text;
-               RS_Font * font;
+               Text * text;
+               Font * font;
 
        private:
                Ui::DlgText ui;