From e47aaa9b34ffc363d268aca989aab28fdfaf9821 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/applications/ktechlab@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/iteminterface.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/iteminterface.cpp') diff --git a/src/iteminterface.cpp b/src/iteminterface.cpp index 78bc7b0..6a60ec6 100644 --- a/src/iteminterface.cpp +++ b/src/iteminterface.cpp @@ -233,10 +233,10 @@ TQWidget * ItemInterface::configWidget() VariantDataMap *variantMap = p_itemGroup->activeItem()->variantMap(); - TQWidget * tqparent = m_pActiveItemEditorToolBar; + TQWidget * parent = m_pActiveItemEditorToolBar; - // Create new widget with the toolbar or dialog as the tqparent - TQWidget * configWidget = new TQWidget( tqparent, "tbConfigWidget" ); + // Create new widget with the toolbar or dialog as the parent + TQWidget * configWidget = new TQWidget( parent, "tbConfigWidget" ); configWidget->tqsetSizePolicy( TQSizePolicy( TQSizePolicy::MinimumExpanding, TQSizePolicy::MinimumExpanding, 1, 1 ) ); TQHBoxLayout * configLayout = new TQHBoxLayout( configWidget ); @@ -385,8 +385,8 @@ TQWidget * ItemInterface::configWidget() continue; // In the case of the toolbar, we don't want it too high - if ( editWidget->height() > tqparent->height()-2 ) - editWidget->setMaximumHeight( tqparent->height()-2 ); + if ( editWidget->height() > parent->height()-2 ) + editWidget->setMaximumHeight( parent->height()-2 ); switch ( type ) { -- cgit v1.2.3