diff options
Diffstat (limited to 'lib/kotext/KoTextCustomItem.h')
| -rw-r--r-- | lib/kotext/KoTextCustomItem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kotext/KoTextCustomItem.h b/lib/kotext/KoTextCustomItem.h index ff7e4ffc1..d232bedcd 100644 --- a/lib/kotext/KoTextCustomItem.h +++ b/lib/kotext/KoTextCustomItem.h @@ -83,12 +83,12 @@ public: virtual void pageBreak( int /*y*/, KoTextFlow* /*flow*/ ) {} - KoTextDocument *tqparent; + KoTextDocument *parent; /** The text document in which this customitem is */ - KoTextDocument * textDocument() const { return tqparent; } + KoTextDocument * textDocument() const { return parent; } /** When the user deletes a custom item, it isn't destroyed but * moved into the undo/redo history - setDeleted( true ) |
