From kde-commits Mon May 31 20:50:59 2004 From: Nicolas Hadacek Date: Mon, 31 May 2004 20:50:59 +0000 To: kde-commits Subject: KDE_3_2_BRANCH: kdegames/libksirtet/lib Message-Id: <20040531205059.A3A7A126C1 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=108603666812401 CVS commit by hadacek: backport lazy fix for bug #69380 M +3 -3 wizard.cpp 1.23.4.1 M +1 -1 wizard.h 1.4.4.1 --- kdegames/libksirtet/lib/wizard.cpp #1.23:1.23.4.1 @@ -111,6 +111,6 @@ void MPWizard::setupLocalPage(const MPGa ((QVBox *)localPage)->setSpacing(KDialogBase::spacingHint()); - keys = new QPushButton(i18n("Configure Keys..."), localPage); - connect(keys, SIGNAL(clicked()), SLOT(configureKeysSlot())); +// keys = new QPushButton(i18n("Configure Keys..."), localPage); +// connect(keys, SIGNAL(clicked()), SLOT(configureKeysSlot())); addPage(localPage, i18n("Local Player's Settings")); @@ -154,5 +154,5 @@ void MPWizard::lineTypeChanged(int) break; } - keys->setEnabled(b); +// keys->setEnabled(b); } --- kdegames/libksirtet/lib/wizard.h #1.4:1.4.4.1 @@ -48,5 +48,5 @@ class MPWizard : public KWizard KIntNumInput *eport; QVGroupBox *net; - QPushButton *keys; +// QPushButton *keys; void setupTypePage();