X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fwidgets%2Fqg_dialogfactory.cpp;h=6398633b6e61706cb555ff97f4db793d4f4325af;hb=1f0d096a7fc370ff02477f3860beae2669bf8903;hp=16ad8be4fe00f3dbefc3b8a03107720f0f2d9e0d;hpb=d774c2655ba2c3657a565f325411144452392277;p=architektonas diff --git a/src/widgets/qg_dialogfactory.cpp b/src/widgets/qg_dialogfactory.cpp index 16ad8be..6398633 100644 --- a/src/widgets/qg_dialogfactory.cpp +++ b/src/widgets/qg_dialogfactory.cpp @@ -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 // @@ -15,13 +17,14 @@ #include "qg_dialogfactory.h" #include "graphicview.h" -#include "qg_layerwidget.h" +#include "layerwidget.h" #include "qg_mainwindowinterface.h" #include "actiondimlinear.h" #include "actioninterface.h" #include "rs_blocklist.h" #include "rs_document.h" #include "rs_hatch.h" +#include "rs_layerlist.h" #include "rs_patternlist.h" #include "settings.h" #include "rs_system.h"