X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgeneraltab.cpp;h=48597e6d8baa4e7a41f17f71e5d56750fb6beb7b;hb=cb6b66411cf6a34f7b24b199502958bb12960a0f;hp=358c2a1136e2f63063317548b35d96c1c35c19e1;hpb=89b8b0c60579d8ef0cf9a13521e7bf7c7864883f;p=architektonas diff --git a/src/generaltab.cpp b/src/generaltab.cpp index 358c2a1..48597e6 100644 --- a/src/generaltab.cpp +++ b/src/generaltab.cpp @@ -10,10 +10,10 @@ // 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")); @@ -23,7 +23,6 @@ GeneralTab::GeneralTab(QWidget * parent/*= 0*/): QWidget(parent) setLayout(layout); } - GeneralTab::~GeneralTab() { }