From 6186b3b04fb1fa7e170bbf512d50c54fdbe2f733 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 14 Feb 2012 21:17:45 -0600 Subject: Update various qt function definitions and static methods for tqt3 --- kpat/deck.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kpat') diff --git a/kpat/deck.cpp b/kpat/deck.cpp index c2b6e0e5..3606db1a 100644 --- a/kpat/deck.cpp +++ b/kpat/deck.cpp @@ -14,7 +14,7 @@ Deck::Deck( Dealer* parent, int m, int s ) : Pile( 0, parent ), mult( m ) { _deck = new Card * [mult*NumberOfCards]; - Q_CHECK_PTR (_deck); + TQ_CHECK_PTR (_deck); // only allow 1, 2, or 4 suits if ( s == 1 || s == 2 ) -- cgit v1.2.1