X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgeneraltab.cpp;h=48597e6d8baa4e7a41f17f71e5d56750fb6beb7b;hb=fce575a51ba1f26418869c20e63b9f388e118ab6;hp=ebe36cb5d6aaf3909609e9611395557b17aba4b1;hpb=344e2456de66d38ce7afb86604e0fa714fa95006;p=architektonas diff --git a/src/generaltab.cpp b/src/generaltab.cpp index ebe36cb..48597e6 100644 --- a/src/generaltab.cpp +++ b/src/generaltab.cpp @@ -5,15 +5,15 @@ // (C) 2011 Underground Software // See the README and GPLv3 files for licensing and warranty information // -// JLH = James L. Hammons +// JLH = James Hammons // // WHO WHEN WHAT // --- ---------- ------------------------------------------------------------ // JLH 06/04/2011 Created this file +// #include "generaltab.h" - GeneralTab::GeneralTab(QWidget * parent/*= 0*/): QWidget(parent) { antialiasChk = new QCheckBox(tr("Use Qt's built-in antialiasing"));