From 625904bd3097f9749450428904ca14ff2531824d 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/kdeutils@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kregexpeditor/charselector.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kregexpeditor/charselector.cpp') diff --git a/kregexpeditor/charselector.cpp b/kregexpeditor/charselector.cpp index d5f0a07..5f60475 100644 --- a/kregexpeditor/charselector.cpp +++ b/kregexpeditor/charselector.cpp @@ -41,7 +41,7 @@ class StackContainer :public TQWidget { public: - StackContainer( TQWidget* child, TQWidget* tqparent ) : TQWidget( tqparent ) + StackContainer( TQWidget* child, TQWidget* parent ) : TQWidget( parent ) { TQHBoxLayout* tqlayout = new TQHBoxLayout( this ); child->reparent( this, TQPoint(0,0), false ); @@ -50,8 +50,8 @@ public: } }; -CharSelector::CharSelector( TQWidget* tqparent, const char* name ) - :TQWidget( tqparent, name ), _oldIndex(0) +CharSelector::CharSelector( TQWidget* parent, const char* name ) + :TQWidget( parent, name ), _oldIndex(0) { TQStringList items; TQHBoxLayout* tqlayout = new TQHBoxLayout( this, 0, 6 ); -- cgit v1.2.3