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 --- kolf/canvasitem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kolf/canvasitem.h') diff --git a/kolf/canvasitem.h b/kolf/canvasitem.h index 277fb15d..276e1dce 100644 --- a/kolf/canvasitem.h +++ b/kolf/canvasitem.h @@ -125,7 +125,7 @@ public: * returns a Config that can be used to configure this item by the user. * The default implementation returns one that says 'No configuration options'. */ - virtual Config *config(TQWidget *tqparent) { return new DefaultConfig(tqparent); } + virtual Config *config(TQWidget *parent) { return new DefaultConfig(parent); } /** * returns other items that should be moveable (besides this one of course). */ -- cgit v1.2.1