summaryrefslogtreecommitdiffstats
path: root/kpilot/listItems.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kpilot/listItems.cc')
-rw-r--r--kpilot/listItems.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/kpilot/listItems.cc b/kpilot/listItems.cc
index 2b5b98e..7db37cc 100644
--- a/kpilot/listItems.cc
+++ b/kpilot/listItems.cc
@@ -94,8 +94,8 @@ PilotListItem::~PilotListItem()
}
#endif
-PilotCheckListItem::PilotCheckListItem(TQListView * tqparent, const TQString & text, recordid_t pilotid, void *r) :
- TQCheckListItem(tqparent, text, TQCheckListItem::CheckBox),
+PilotCheckListItem::PilotCheckListItem(TQListView * parent, const TQString & text, recordid_t pilotid, void *r) :
+ TQCheckListItem(parent, text, TQCheckListItem::CheckBox),
fid(pilotid),
fr(r)
{
@@ -142,10 +142,10 @@ void PilotCheckListItem::stateChange ( bool on)
}
#endif
-PilotListViewItem::PilotListViewItem( TQListView * tqparent,
+PilotListViewItem::PilotListViewItem( TQListView * parent,
TQString label1, TQString label2, TQString label3, TQString label4,
recordid_t pilotid, void *r):
- TQListViewItem(tqparent, label1, label2, label3, label4,
+ TQListViewItem(parent, label1, label2, label3, label4,
TQString(), TQString(), TQString(), TQString()),
fid(pilotid),
fr(r),