diff options
Diffstat (limited to 'kpat/freecell.h')
-rw-r--r-- | kpat/freecell.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpat/freecell.h b/kpat/freecell.h index aba311b6..b2b94dad 100644 --- a/kpat/freecell.h +++ b/kpat/freecell.h @@ -39,7 +39,7 @@ public: FreecellBase( int decks, int stores, int freecells, int es_filling, bool unlimited_move, KMainWindow* parent=0, const char* name=0); void moveCards(CardList &c, FreecellPile *from, Pile *to); - QString solverFormat() const; + TQString solverFormat() const; virtual ~FreecellBase(); public slots: @@ -63,7 +63,7 @@ protected: void movePileToPile(CardList &c, Pile *to, PileList fss, PileList &fcs, uint start, uint count, int debug_level); - Pile *pileForName(QString line) const; + Pile *pileForName(TQString line) const; void findSolution(); virtual MoveHint *chooseHint(); @@ -75,7 +75,7 @@ protected: virtual bool cardDblClicked(Card *c); protected: - QValueList<FreecellPile*> store; + TQValueList<FreecellPile*> store; PileList freecell; PileList target; Deck *deck; |