summaryrefslogtreecommitdiffstats
path: root/kpat/spider.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpat/spider.h')
-rw-r--r--kpat/spider.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpat/spider.h b/kpat/spider.h
index ea2cc165..055502ff 100644
--- a/kpat/spider.h
+++ b/kpat/spider.h
@@ -49,8 +49,8 @@ public slots:
protected:
virtual bool checkRemove(int /*checkIndex*/, const Pile *p, const Card *c) const;
virtual bool checkAdd(int /*checkIndex*/, const Pile *c1, const CardList &c2) const;
- virtual QString getGameState() const;
- virtual void setGameState(const QString &stream);
+ virtual TQString getGameState() const;
+ virtual void setGameState(const TQString &stream);
virtual void getHints();
virtual MoveHint *chooseHint();
virtual Card *demoNewCards();