summaryrefslogtreecommitdiffstats
path: root/kpat/fortyeight.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:42:31 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:42:31 +0000
commit576eb4299a00bc053db35414406f46372a0f70f2 (patch)
tree4c030922d533821db464af566188e7d40cc8848c /kpat/fortyeight.h
parent0718336b6017d1a4fc1d626544180a5a2a29ddec (diff)
downloadtdegames-576eb4299a00bc053db35414406f46372a0f70f2.tar.gz
tdegames-576eb4299a00bc053db35414406f46372a0f70f2.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1157643 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kpat/fortyeight.h')
-rw-r--r--kpat/fortyeight.h6
1 files changed, 3 insertions, 3 deletions
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];