]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/librarywidget.cpp
Initial removal of unnecessary rs_ prefixes from files.
[architektonas] / src / forms / librarywidget.cpp
index edacdc1131266cdd4844a0d2ba45dac5d4388638..607b5a1ad040d29021e1e36326c6188176f706cd 100644 (file)
@@ -23,6 +23,7 @@ that it does so and the doco (such as it was) didn't mention it either. So what
 we need is to make it very clear that inserting is to the BLOCK list and not
 the document--perhaps we need to fold it into the block list, and make the
 insert function insert into the block list only...
+Also, it would be useful to have some information like base unit, dimensions, etc.
 */
 
 #include "librarywidget.h"
@@ -30,8 +31,8 @@ insert function insert into the block list only...
 #include "actionhandler.h"
 #include "actionlibraryinsert.h"
 #include "drawing.h"
-#include "rs_staticgraphicview.h"
-#include "rs_system.h"
+#include "staticgraphicview.h"
+#include "system.h"
 #include "paintinterface.h"
 
 LibraryWidget::LibraryWidget(QWidget * parent/*= 0*/, Qt::WindowFlags flags/*= 0*/):