From 04766b207afba7961d4d802313e426f5a2fbef63 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: 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 --- kexi/formeditor/editlistviewdialog.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kexi/formeditor/editlistviewdialog.h') diff --git a/kexi/formeditor/editlistviewdialog.h b/kexi/formeditor/editlistviewdialog.h index be2ae106..b6386a97 100644 --- a/kexi/formeditor/editlistviewdialog.h +++ b/kexi/formeditor/editlistviewdialog.h @@ -52,7 +52,7 @@ class KFORMEDITOR_EXPORT EditListViewDialog : public KDialogBase TQ_OBJECT public: - EditListViewDialog(TQWidget *tqparent); + EditListViewDialog(TQWidget *parent); ~EditListViewDialog() {} int exec(TQListView *listview); @@ -75,9 +75,9 @@ class KFORMEDITOR_EXPORT EditListViewDialog : public KDialogBase void MoveRowDown(); protected: - /*! Loads all child items of \a item into \a listview (may be different from the \a items 's listview) as child of \a tqparent item. + /*! Loads all child items of \a item into \a listview (may be different from the \a items 's listview) as child of \a parent item. This is used to copy the contents of a listview into another listview. */ - void loadChildNodes(TQListView *listview, TQListViewItem *item, TQListViewItem *tqparent); + void loadChildNodes(TQListView *listview, TQListViewItem *item, TQListViewItem *parent); protected: enum { BNewRow = 10, BNewChild, BRemRow, BRowUp, BRowDown , BColAdd = 20, BColRem, BColUp, BColDown }; -- cgit v1.2.1