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

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

CVS commit by hadacek: 

lazy fix for bug #69380 (a real fix would be much more involved)


  M +3 -3      wizard.cpp   1.24
  M +1 -1      wizard.h   1.5


--- kdegames/libksirtet/lib/wizard.cpp  #1.23:1.24
@@ -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.5
@@ -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