summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/widgets/tqlistbox.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-10 12:13:27 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-10 12:13:27 -0500
commitb6c6d9f8dd1221e5d9dc5b674e93797761470024 (patch)
tree94563ba51148e9fd71f5c8df86439c84945d5d81 /experimental/tqtinterface/qt4/src/widgets/tqlistbox.cpp
parent03256f3cd5149f3ff5f5f45765b0b0659db4e036 (diff)
downloadtde-b6c6d9f8dd1221e5d9dc5b674e93797761470024.tar.gz
tde-b6c6d9f8dd1221e5d9dc5b674e93797761470024.zip
rename the following methods:
tqparent parent tqmask mask
Diffstat (limited to 'experimental/tqtinterface/qt4/src/widgets/tqlistbox.cpp')
-rw-r--r--experimental/tqtinterface/qt4/src/widgets/tqlistbox.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/experimental/tqtinterface/qt4/src/widgets/tqlistbox.cpp b/experimental/tqtinterface/qt4/src/widgets/tqlistbox.cpp
index 3b84d033f..331bf261a 100644
--- a/experimental/tqtinterface/qt4/src/widgets/tqlistbox.cpp
+++ b/experimental/tqtinterface/qt4/src/widgets/tqlistbox.cpp
@@ -992,8 +992,8 @@ int TQListBoxPixmap::rtti() const
/*!
- Constructs a new empty list box called \a name and with tqparent \a
- tqparent.
+ Constructs a new empty list box called \a name and with parent \a
+ parent.
Performance is boosted by modifying the widget flags \a f so that
only part of the TQListBoxItem tqchildren is redrawn. This may be
@@ -1004,8 +1004,8 @@ int TQListBoxPixmap::rtti() const
\sa TQWidget::clearWFlags() TQt::WidgetFlags
*/
-TQListBox::TQListBox( TQWidget *tqparent, const char *name, WFlags f )
- : TQScrollView( tqparent, name, (WFlags)(f | TQt::WStaticContents | TQt::WNoAutoErase) )
+TQListBox::TQListBox( TQWidget *parent, const char *name, WFlags f )
+ : TQScrollView( parent, name, (WFlags)(f | TQt::WStaticContents | TQt::WNoAutoErase) )
{
d = new TQListBoxPrivate( this );
d->updateTimer = new TQTimer( this, "listbox update timer" );