From a13e26c2f1eb3c5be81acf4f571dd4bafac10199 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpat/clock.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kpat/clock.cpp') diff --git a/kpat/clock.cpp b/kpat/clock.cpp index dec72cc0..7fcb94b4 100644 --- a/kpat/clock.cpp +++ b/kpat/clock.cpp @@ -4,8 +4,8 @@ #include #include "cardmaps.h" -Clock::Clock( KMainWindow* tqparent, const char *name ) - : Dealer( tqparent, name ) +Clock::Clock( KMainWindow* parent, const char *name ) + : Dealer( parent, name ) { const int dist_x = cardMap::CARDX() * 11 / 10 + 1; const int dist_y = cardMap::CARDY() * 11 / 10 + 1; @@ -85,7 +85,7 @@ static class LocalDealerInfo11 : public DealerInfo { public: LocalDealerInfo11() : DealerInfo(I18N_NOOP("G&randfather's Clock"), 11) {} - virtual Dealer *createGame(KMainWindow *tqparent) { return new Clock(tqparent); } + virtual Dealer *createGame(KMainWindow *parent) { return new Clock(parent); } } gfi11; #include "clock.moc" -- cgit v1.2.1