]> Shamusworld >> Repos - architektonas/blobdiff - src/container.cpp
First stabs at sizing dimension lines properly.
[architektonas] / src / container.cpp
index a5653347ab325f97aa254897c4b25383af89e116..e125672eac63c6690d4d1cbc4da044e08a9e6ee7 100644 (file)
@@ -4,7 +4,7 @@
 // (C) 2011 Underground Software
 // See the README and GPLv3 files for licensing and warranty information
 //
-// JLH = James L. Hammons <jlhamm@acm.org>
+// JLH = James Hammons <jlhamm@acm.org>
 //
 // WHO  WHEN        WHAT
 // ---  ----------  ------------------------------------------------------------
@@ -33,7 +33,7 @@ Container::~Container()
        }
 }
 
-/*virtual*/ void Container::Draw(QPainter * painter)
+/*virtual*/ void Container::Draw(Painter * painter)
 {
        for(int i=0; i<(int)objects.size(); i++)
                objects[i]->Draw(painter);