summaryrefslogtreecommitdiffstats
path: root/kpat/fortyeight.h
diff options
context:
space:
mode:
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];