diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 04766b207afba7961d4d802313e426f5a2fbef63 (patch) | |
tree | c888ea1027c793e2d0386a7e5a1a0cd077b03cb3 /kplato/kptaccountsview.h | |
parent | b6edfe41c9395f2e20784cbf0e630af6426950a3 (diff) | |
download | koffice-04766b207afba7961d4d802313e426f5a2fbef63.tar.gz koffice-04766b207afba7961d4d802313e426f5a2fbef63.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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); |