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

List:       kde-commits
Subject:    KDE/kdebase/runtime/kcontrol/componentchooser
From:       Laurent Montel <montel () kde ! org>
Date:       2007-12-12 8:41:25
Message-ID: 1197448885.152920.16331.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 747529 by mlaurent:

Hide "chkRunTerminal" when we are under Windows


 M  +4 -1      componentchooser.cpp  


--- trunk/KDE/kdebase/runtime/kcontrol/componentchooser/componentchooser.cpp #747528:747529
@@ -132,8 +132,11 @@
 
 	connect(kmailCB, SIGNAL(toggled(bool)), SLOT(configChanged()) );
 	connect(txtEMailClient, SIGNAL(textChanged(const QString&)), SLOT(configChanged()) );
-	//TODO need to remove it under windows
+#ifndef Q_OS_UNIX
 	connect(chkRunTerminal, SIGNAL(clicked()), SLOT(configChanged()) );
+#else
+    chkRunTerminal->hide();
+#endif
     connect(btnSelectEmail, SIGNAL(clicked()), SLOT(selectEmailClient()) );
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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