[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/kcontrol/konqhtml
From:       Benjamin Meyer <benjamin () csh ! rit ! edu>
Date:       2004-10-25 20:27:31
Message-ID: 20041025202731.70E2A16C12 () office ! kde ! org
[Download RAW message or body]

CVS commit by bmeyer: 

remove unneeded this->


  M +4 -4      domainlistview.cpp   1.9


--- kdebase/kcontrol/konqhtml/domainlistview.cpp  #1.8:1.9
@@ -36,8 +36,8 @@ DomainListView::DomainListView(KConfig *
                 QWidget *parent,const char *name) :
         QGroupBox(title, parent, name), config(config) {
-  this->setColumnLayout(0, Qt::Vertical);
-  this->layout()->setSpacing(0);
-  this->layout()->setMargin(0);
-  QGridLayout* thisLayout = new QGridLayout(this->layout());
+  setColumnLayout(0, Qt::Vertical);
+  layout()->setSpacing(0);
+  layout()->setMargin(0);
+  QGridLayout* thisLayout = new QGridLayout(layout());
   thisLayout->setAlignment(Qt::AlignTop);
   thisLayout->setSpacing(KDialog::spacingHint());


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic