]> Shamusworld >> Repos - architektonas/blobdiff - src/base/pattern.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / base / pattern.h
index 985257308dc7aec730c14b30306e807cc45045e1..8818d516decf8a18a7a5792fc4bc55260c75576b 100644 (file)
@@ -3,19 +3,19 @@
 
 #include "entitycontainer.h"
 
-class RS_PatternList;
+class PatternList;
 
 /**
- * Patterns are used for hatches. They are stored in a RS_PatternList.
- * Use RS_PatternList to access a pattern.
+ * Patterns are used for hatches. They are stored in a PatternList.
+ * Use PatternList to access a pattern.
  *
  * @author Andrew Mustun
  */
-class RS_Pattern: public RS_EntityContainer
+class Pattern: public EntityContainer
 {
        public:
-               RS_Pattern(const QString & fileName);
-               virtual ~RS_Pattern();
+               Pattern(const QString & fileName);
+               virtual ~Pattern();
 
                virtual bool loadPattern();
                QString getFileName() const;