[atlantik-cvs] CVS: kdegames/atlantik/client selectconfiguration_widget.cpp,1.43,1.44

[email protected] (Stephan Binner <[email protected]>) Sun, 30 Jan 2005 00:33:15 +0100
Newsgroups gmane.comp.kde.devel.atlantik
Message-ID <[email protected]>
Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv8165/atlantik/client

Modified Files:
	selectconfiguration_widget.cpp 
Log Message:
iconset for disabled icons


Index: selectconfiguration_widget.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/selectconfiguration_widget.cpp,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- selectconfiguration_widget.cpp	10 Oct 2004 15:14:00 -0000	1.43
+++ selectconfiguration_widget.cpp	29 Jan 2005 23:33:13 -0000	1.44
@@ -65,7 +65,7 @@
 
 	serverButtons->addItem(new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum));
 
-	m_startButton = new KPushButton(SmallIcon("forward"), i18n("Start Game"), this);
+	m_startButton = new KPushButton(SmallIconSet("forward"), i18n("Start Game"), this);
 	serverButtons->addWidget(m_startButton);
 	m_startButton->setEnabled(false);