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 /lib/koproperty/editoritem.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 'lib/koproperty/editoritem.h')
-rw-r--r-- | lib/koproperty/editoritem.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/koproperty/editoritem.h b/lib/koproperty/editoritem.h index a3993d86..9f2c75c2 100644 --- a/lib/koproperty/editoritem.h +++ b/lib/koproperty/editoritem.h @@ -49,16 +49,16 @@ class EditorItem : public KListViewItem public: typedef TQAsciiDict<EditorItem> Dict; - /*! Creates an EditorItem child of \a tqparent, associated to \a property. + /*! Creates an EditorItem child of \a parent, associated to \a property. It \a property has not desctiption set, its name (i.e. not i18n'ed) is reused. */ - EditorItem(Editor *editor, EditorItem *tqparent, Property *property, + EditorItem(Editor *editor, EditorItem *parent, Property *property, TQListViewItem *after=0); //! Two helper contructors for subclass - EditorItem(KListView *tqparent); - EditorItem(EditorItem *tqparent, const TQString &text); - EditorItem(EditorItem *tqparent, EditorItem *after, const TQString &text); + EditorItem(KListView *parent); + EditorItem(EditorItem *parent, const TQString &text); + EditorItem(EditorItem *parent, EditorItem *after, const TQString &text); virtual ~EditorItem(); @@ -90,9 +90,9 @@ class EditorItem : public KListViewItem class EditorGroupItem : public EditorItem { public: - EditorGroupItem(EditorItem *tqparent, EditorItem *after, const TQString &text, + EditorGroupItem(EditorItem *parent, EditorItem *after, const TQString &text, const TQString &icon, int sortOrder); - EditorGroupItem(EditorItem *tqparent, const TQString &text, + EditorGroupItem(EditorItem *parent, const TQString &text, const TQString &icon, int sortOrder); virtual ~EditorGroupItem(); @@ -115,7 +115,7 @@ class EditorGroupItem : public EditorItem class EditorDummyItem : public EditorItem { public: - EditorDummyItem(KListView *tqparent); + EditorDummyItem(KListView *parent); virtual ~EditorDummyItem(); protected: |