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 --- lib/kotext/KoParagCounter.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/kotext/KoParagCounter.h') diff --git a/lib/kotext/KoParagCounter.h b/lib/kotext/KoParagCounter.h index 4f32df58..dbedb3e8 100644 --- a/lib/kotext/KoParagCounter.h +++ b/lib/kotext/KoParagCounter.h @@ -197,10 +197,10 @@ public: private: - /** Return our tqparent paragraph, if there is such a thing. For a paragraph "1.1.", - * the tqparent is the paragraph numbered "1.". + /** Return our parent paragraph, if there is such a thing. For a paragraph "1.1.", + * the parent is the paragraph numbered "1.". */ - KoTextParag *tqparent( const KoTextParag *paragraph ); + KoTextParag *parent( const KoTextParag *paragraph ); Numbering m_numbering:3; // Numbering (maximum value: 8) bool m_restartCounter:1; @@ -227,7 +227,7 @@ private: * number of this counter -1 * text of this counter TQString() * width of the label -1 - * tqparent (KoTextParag *)-1 + * parent (KoTextParag *)-1 * the format that was used to calculate the width 0 */ struct @@ -235,7 +235,7 @@ private: int number; TQString text; int width; - KoTextParag *tqparent; + KoTextParag *parent; KoTextFormat * counterFormat; } m_cache; }; -- cgit v1.2.1