summaryrefslogtreecommitdiffstats
path: root/kpat/freecell.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/freecell.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/freecell.h')
-rw-r--r--kpat/freecell.h6
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;