X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgeneraltab.cpp;h=48597e6d8baa4e7a41f17f71e5d56750fb6beb7b;hb=cb6b66411cf6a34f7b24b199502958bb12960a0f;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"));