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 --- ktuberling/pics/layout.xml | 6 +++--- ktuberling/playground.cpp | 6 +++--- ktuberling/playground.h | 2 +- ktuberling/soundfactory.cpp | 6 +++--- ktuberling/soundfactory.h | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) (limited to 'ktuberling') diff --git a/ktuberling/pics/layout.xml b/ktuberling/pics/layout.xml index 9e87dae7..e96beb07 100644 --- a/ktuberling/pics/layout.xml +++ b/ktuberling/pics/layout.xml @@ -11,7 +11,7 @@ - + @@ -269,7 +269,7 @@ - + @@ -422,7 +422,7 @@ - + diff --git a/ktuberling/playground.cpp b/ktuberling/playground.cpp index c84f9d38..586f143f 100644 --- a/ktuberling/playground.cpp +++ b/ktuberling/playground.cpp @@ -24,10 +24,10 @@ #define YMARGIN 5 // Constructor -PlayGround::PlayGround(TopLevel *tqparent, const char *name, uint selectedGameboard) - : TQWidget(tqparent, name) +PlayGround::PlayGround(TopLevel *parent, const char *name, uint selectedGameboard) + : TQWidget(parent, name) { - topLevel = tqparent; + topLevel = parent; textsLayout = objectsLayout = 0; textsList = soundsList = 0; diff --git a/ktuberling/playground.h b/ktuberling/playground.h index 65fbaff0..4bd8c210 100644 --- a/ktuberling/playground.h +++ b/ktuberling/playground.h @@ -27,7 +27,7 @@ class PlayGround : public TQWidget public: - PlayGround(TopLevel *tqparent, const char *name, uint selectedGameboard); + PlayGround(TopLevel *parent, const char *name, uint selectedGameboard); ~PlayGround(); void reset(); diff --git a/ktuberling/soundfactory.cpp b/ktuberling/soundfactory.cpp index f10d0a8c..857c26d5 100644 --- a/ktuberling/soundfactory.cpp +++ b/ktuberling/soundfactory.cpp @@ -18,10 +18,10 @@ #include "toplevel.h" // Constructor -SoundFactory::SoundFactory(TopLevel *tqparent, const char *name, uint selectedLanguage) - : TQObject(tqparent, name) +SoundFactory::SoundFactory(TopLevel *parent, const char *name, uint selectedLanguage) + : TQObject(parent, name) { - topLevel = tqparent; + topLevel = parent; namesList = filesList = 0; diff --git a/ktuberling/soundfactory.h b/ktuberling/soundfactory.h index 76272e0a..2b9e954f 100644 --- a/ktuberling/soundfactory.h +++ b/ktuberling/soundfactory.h @@ -20,7 +20,7 @@ class SoundFactory : public TQObject public: - SoundFactory(TopLevel *tqparent, const char *name, uint selectedLanguage); + SoundFactory(TopLevel *parent, const char *name, uint selectedLanguage); ~SoundFactory(); void change(uint selectedLanguage); -- cgit v1.2.3