From 576eb4299a00bc053db35414406f46372a0f70f2 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:42:31 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1157643 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpat/fortyeight.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kpat/fortyeight.h') diff --git a/kpat/fortyeight.h b/kpat/fortyeight.h index 858e6e15..80303c0e 100644 --- a/kpat/fortyeight.h +++ b/kpat/fortyeight.h @@ -9,7 +9,7 @@ class HorLeftPile : public Pile public: HorLeftPile( int _index, Dealer* parent = 0); - virtual QSize cardOffset( bool _spread, bool _facedown, const Card *before) const; + virtual TQSize cardOffset( bool _spread, bool _facedown, const Card *before) const; virtual void initSizes(); }; @@ -29,8 +29,8 @@ public slots: protected: virtual bool checkAdd( int checkIndex, const Pile *c1, const CardList& c2) const; virtual Card *demoNewCards(); - virtual QString getGameState() const; - virtual void setGameState( const QString & stream ); + virtual TQString getGameState() const; + virtual void setGameState( const TQString & stream ); private: Pile *stack[8]; -- cgit v1.2.1