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/kotext/KoParagCounter.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/kotext/KoParagCounter.h')
-rw-r--r-- | lib/kotext/KoParagCounter.h | 10 |
1 files changed, 5 insertions, 5 deletions
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; }; |