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

List:       kde-commits
Subject:    KDE/kdegames/kpoker
From:       Laurent Montel <montel () kde ! org>
Date:       2005-09-27 16:33:49
Message-ID: 1127838829.704295.2348.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 464508 by mlaurent:

Q3PtrList-> QList


 M  +2 -2      kpoker.h  


--- trunk/KDE/kdegames/kpoker/kpoker.h #464507:464508
@@ -164,8 +164,8 @@
   int             m_pot; 	// The amount of money people have bet.
 
   // The players in the game.
-  Q3PtrList<PokerPlayer>   m_activePlayers;  // players still in the round
-  Q3PtrList<PokerPlayer>   m_removedPlayers; // players out of this round
+  QList<PokerPlayer*>   m_activePlayers;  // players still in the round
+  QList<PokerPlayer*>   m_removedPlayers; // players out of this round
 };
 
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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