]> Shamusworld >> Repos - architektonas/blobdiff - src/mainapp/qc_dialogfactory.cpp
Fixed spurious library paths being added to Library Browser.
[architektonas] / src / mainapp / qc_dialogfactory.cpp
index d7f6eeb95dd0b22727d1f78d9fa1791993451dec..2f81da97a83b5fa8ff6e1b9ca319af17dadc0005 100644 (file)
@@ -3,7 +3,9 @@
 // Part of the Architektonas Project
 // Originally part of QCad Community Edition by Andrew Mustun
 // Extensively rewritten and refactored by James L. Hammons
-// (C) 2010 Underground Software
+// Portions copyright (C) 2001-2003 RibbonSoft
+// Copyright (C) 2010 Underground Software
+// See the README and GPLv2 files for licensing and warranty information
 //
 // JLH = James L. Hammons <jlhamm@acm.org>
 //
@@ -15,6 +17,7 @@
 #include "qc_dialogfactory.h"
 
 #include "applicationwindow.h"
+#include "rs_blocklist.h"
 #include "qg_graphicview.h"
 
 QC_DialogFactory::QC_DialogFactory(QWidget * parent, QToolBar * ow): QG_DialogFactory(parent, ow)