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

List:       kde-commits
Subject:    KDE_3_2_BRANCH: kdegames/libksirtet/lib
From:       Nicolas Hadacek <hadacek () kde ! org>
Date:       2004-05-31 20:50:59
Message-ID: 20040531205059.A3A7A126C1 () office ! kde ! org
[Download RAW message or body]

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();


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

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