summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/widgets/tqlistview.h
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/tqlistview.h
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/tqlistview.h')
-rw-r--r--experimental/tqtinterface/qt4/src/widgets/tqlistview.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/experimental/tqtinterface/qt4/src/widgets/tqlistview.h b/experimental/tqtinterface/qt4/src/widgets/tqlistview.h
index 3d6c997c2..7c3d68b8a 100644
--- a/experimental/tqtinterface/qt4/src/widgets/tqlistview.h
+++ b/experimental/tqtinterface/qt4/src/widgets/tqlistview.h
@@ -69,28 +69,28 @@ class TQ_EXPORT TQListViewItem : public TQt
friend class TQListViewToolTip;
public:
- TQListViewItem( TQListView * tqparent );
- TQListViewItem( TQListViewItem * tqparent );
- TQListViewItem( TQListView * tqparent, TQListViewItem * after );
- TQListViewItem( TQListViewItem * tqparent, TQListViewItem * after );
+ TQListViewItem( TQListView * parent );
+ TQListViewItem( TQListViewItem * parent );
+ TQListViewItem( TQListView * parent, TQListViewItem * after );
+ TQListViewItem( TQListViewItem * parent, TQListViewItem * after );
- TQListViewItem( TQListView * tqparent,
+ TQListViewItem( TQListView * parent,
TQString, TQString = TQString::null,
TQString = TQString::null, TQString = TQString::null,
TQString = TQString::null, TQString = TQString::null,
TQString = TQString::null, TQString = TQString::null );
- TQListViewItem( TQListViewItem * tqparent,
+ TQListViewItem( TQListViewItem * parent,
TQString, TQString = TQString::null,
TQString = TQString::null, TQString = TQString::null,
TQString = TQString::null, TQString = TQString::null,
TQString = TQString::null, TQString = TQString::null );
- TQListViewItem( TQListView * tqparent, TQListViewItem * after,
+ TQListViewItem( TQListView * parent, TQListViewItem * after,
TQString, TQString = TQString::null,
TQString = TQString::null, TQString = TQString::null,
TQString = TQString::null, TQString = TQString::null,
TQString = TQString::null, TQString = TQString::null );
- TQListViewItem( TQListViewItem * tqparent, TQListViewItem * after,
+ TQListViewItem( TQListViewItem * parent, TQListViewItem * after,
TQString, TQString = TQString::null,
TQString = TQString::null, TQString = TQString::null,
TQString = TQString::null, TQString = TQString::null,
@@ -137,7 +137,7 @@ public:
TQListViewItem * firstChild() const;
TQListViewItem * nextSibling() const { return siblingItem; }
- TQListViewItem * tqparent() const;
+ TQListViewItem * parent() const;
TQListViewItem * itemAbove();
TQListViewItem * itemBelow();
@@ -259,7 +259,7 @@ class TQ_EXPORT TQListView: public TQScrollView
Q_PROPERTY( RenameAction defaultRenameAction READ defaultRenameAction WRITE setDefaultRenameAction )
public:
- TQListView( TQWidget* tqparent=0, const char* name=0, WFlags f = 0 );
+ TQListView( TQWidget* parent=0, const char* name=0, WFlags f = 0 );
~TQListView();
int treeStepSize() const;
@@ -483,21 +483,21 @@ public:
// ### should be integrated with qbutton in ver4 perhaps
enum ToggleState { Off, NoChange, On };
- TQCheckListItem( TQCheckListItem *tqparent, const TQString &text,
+ TQCheckListItem( TQCheckListItem *parent, const TQString &text,
Type = RadioButtonController );
- TQCheckListItem( TQCheckListItem *tqparent, TQListViewItem *after,
+ TQCheckListItem( TQCheckListItem *parent, TQListViewItem *after,
const TQString &text, Type = RadioButtonController );
- TQCheckListItem( TQListViewItem *tqparent, const TQString &text,
+ TQCheckListItem( TQListViewItem *parent, const TQString &text,
Type = RadioButtonController );
- TQCheckListItem( TQListViewItem *tqparent, TQListViewItem *after,
+ TQCheckListItem( TQListViewItem *parent, TQListViewItem *after,
const TQString &text, Type = RadioButtonController );
- TQCheckListItem( TQListView *tqparent, const TQString &text,
+ TQCheckListItem( TQListView *parent, const TQString &text,
Type = RadioButtonController );
- TQCheckListItem( TQListView *tqparent, TQListViewItem *after,
+ TQCheckListItem( TQListView *parent, TQListViewItem *after,
const TQString &text, Type = RadioButtonController );
- TQCheckListItem( TQListViewItem *tqparent, const TQString &text,
+ TQCheckListItem( TQListViewItem *parent, const TQString &text,
const TQPixmap & );
- TQCheckListItem( TQListView *tqparent, const TQString &text,
+ TQCheckListItem( TQListView *parent, const TQString &text,
const TQPixmap & );
~TQCheckListItem();