diff options
Diffstat (limited to 'kplato/kptaccountsview.h')
| -rw-r--r-- | kplato/kptaccountsview.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kplato/kptaccountsview.h b/kplato/kptaccountsview.h index 973d74843..d3fea502b 100644 --- a/kplato/kptaccountsview.h +++ b/kplato/kptaccountsview.h @@ -61,7 +61,7 @@ class AccountsView : public TQWidget TQ_OBJECT public: - AccountsView(Project &project, View *view, TQWidget *tqparent); + AccountsView(Project &project, View *view, TQWidget *parent); //~AccountsView(); @@ -90,9 +90,9 @@ protected: private: class AccountItem : public DoubleListViewBase::MasterListItem { public: - AccountItem(Account *a, TQListView *tqparent, bool highlight=false); - AccountItem(Account *a, TQListViewItem *tqparent, bool highlight=false); - AccountItem(TQString text, Account *a, TQListViewItem *tqparent, bool _highlight=false); + AccountItem(Account *a, TQListView *parent, bool highlight=false); + AccountItem(Account *a, TQListViewItem *parent, bool highlight=false); + AccountItem(TQString text, Account *a, TQListViewItem *parent, bool _highlight=false); void add(int col, const TQDate &date, const EffortCost &ec); @@ -102,8 +102,8 @@ private: void init(); void initAccList(const AccountList &list); - void initAccSubItems(Account *acc, AccountItem *tqparent); - void initAccList(const AccountList &list, AccountItem *tqparent); + void initAccSubItems(Account *acc, AccountItem *parent); + void initAccList(const AccountList &list, AccountItem *parent); void createPeriods(); void clearPeriods(); TQString periodText(int offset); |
