diff -r fe67489523b5 -r 6e838748867b src/objecttypes/comment.h --- 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;