src/objecttypes/comment.h

changeset 13
6e838748867b
parent 8
44679e468ba9
--- a/src/objecttypes/comment.h	Sun Nov 03 17:57:21 2019 +0200
+++ b/src/objecttypes/comment.h	Sun Nov 03 18:09:47 2019 +0200
@@ -2,12 +2,12 @@
 #include "modelobject.h"
 #include "metacommand.h"
 
-namespace modelobjects
+namespace linetypes
 {
 	class Comment;
 }
 
-class modelobjects::Comment : public MetaCommand
+class linetypes::Comment : public MetaCommand
 {
 	using MetaCommand::MetaCommand;
 	QFont textRepresentationFont() const override;

mercurial