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 >