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

List:       kde-commits
Subject:    playground/games/ksquares/src
From:       Roberto Raggi <roberto () kdevelop ! org>
Date:       2007-02-20 16:33:35
Message-ID: 1171989215.688469.23638.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 635679 by raggi:

Compile (aka use QColor)


 M  +3 -3      ksquaresplayer.h  


--- trunk/playground/games/ksquares/src/ksquaresplayer.h #635678:635679
@@ -11,7 +11,7 @@
 #define KSQUARESPLAYER_H
 
 #include <QString>
-#include <KDE/KColor>
+#include <QColor>
 
 /**
  * @short Player class for KSquares
@@ -73,7 +73,7 @@
 		/**
 		 * @return the player's chosen display colour
 		 */
-		KColor colour() const {return playerColour;}
+		QColor colour() const {return playerColour;}
 		
 		/**
 		 * @return the player's signature (1 or 2 letters)
@@ -95,7 +95,7 @@
 		/// The player's displayable name
 		QString playerName;
 		///Player's display colour
-		KColor playerColour;
+		QColor playerColour;
 		///Letter (or two) to display on the board
 		QString displaySig;
 };
[prev in list] [next in list] [prev in thread] [next in thread] 

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