From c406d61deefc0c3e3173ebe77bfb38a1bc453ce7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: Remove the tq in front of these incorrectly TQt4-converted methods/data members: tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ktuberling/playground.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ktuberling/playground.h') diff --git a/ktuberling/playground.h b/ktuberling/playground.h index a428f88b..65fbaff0 100644 --- a/ktuberling/playground.h +++ b/ktuberling/playground.h @@ -51,8 +51,8 @@ protected: private: - bool registerPlayGrounds(TQDomDocument &tqlayoutDocument); - bool loadPlayGround(TQDomDocument &tqlayoutDocument, uint toLoad); + bool registerPlayGrounds(TQDomDocument &layoutDocument); + bool loadPlayGround(TQDomDocument &layoutDocument, uint toLoad); void loadFailure(); void setupGeometry(); bool zone(TQPoint &position); @@ -62,7 +62,7 @@ private: private: TQPixmap gameboard; // Picture of the game board - TQBitmap tqmasks; // Pictures of the objects' tqshapes + TQBitmap masks; // Pictures of the objects' tqshapes TQRect editableArea; // Part of the gameboard where the player can lay down objects TQString menuItem, // Menu item describing describing this gameboard editableSound; // Sound associated with this area -- cgit v1.2.1