diff options
Diffstat (limited to 'kpat/grandf.cpp')
-rw-r--r-- | kpat/grandf.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpat/grandf.cpp b/kpat/grandf.cpp index 9756b840..c15c6103 100644 --- a/kpat/grandf.cpp +++ b/kpat/grandf.cpp @@ -146,12 +146,12 @@ bool Grandf::checkAdd( int checkIndex, const Pile *c1, const CardList& c2) const && c2.first()->suit() == c1->top()->suit(); } -QString Grandf::getGameState() const +TQString Grandf::getGameState() const { - return QString::number(numberOfDeals); + return TQString::number(numberOfDeals); } -void Grandf::setGameState( const QString &s) +void Grandf::setGameState( const TQString &s) { numberOfDeals = s.toInt(); aredeal->setEnabled(numberOfDeals < 3); |