X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_color.cpp;h=14d79614502858d4c824e93aa99caf7581091ffa;hb=20cce16e98fc9b052c5862efa6394a285971e846;hp=9ed6d4c132c5214f6c86656f9fb8fb95e70811e6;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/base/rs_color.cpp b/src/base/rs_color.cpp index 9ed6d4c..14d7961 100644 --- a/src/base/rs_color.cpp +++ b/src/base/rs_color.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 // @@ -14,6 +16,8 @@ #include "rs_color.h" +#include "rs.h" + RS_Color::RS_Color(): QColor(), RS_Flags() { }