From kde-commits Mon Oct 03 11:27:13 2005 From: Benjamin Meyer Date: Mon, 03 Oct 2005 11:27:13 +0000 To: kde-commits Subject: Re: KDE/kdegames/ktron Message-Id: <43d4675505100304276d273d04 () mail ! gmail ! com> X-MARC-Message: https://marc.info/?l=kde-commits&m=112833889318528 Object names are good when used, but that object name had no value for the app so there was no reason to keep it. On 10/3/05, Stephan Kulow wrote: > Am Montag, 3. Oktober 2005 11:39 schrieb Benjamin Meyer: > > SVN commit 466700 by bmeyer: > > > > remove old constructor with name > > > > M +1 -1 ktron.cpp > > M +1 -2 tron.cpp > > M +1 -1 tron.h > > > > > > --- trunk/KDE/kdegames/ktron/ktron.cpp #466699:466700 > > @@ -46,7 +46,7 @@ > > KTron::KTron(QWidget *parent) : KMainWindow(parent) { > > playerPoints[0]=playerPoints[1]=0; > > > > - tron=new Tron(this, "Tron"); > > + tron=new Tron(this); > > I thought we agreed object names are good? > > Greetings, Stephan >