diff options
Diffstat (limited to 'kword/KWTextParag.h')
-rw-r--r-- | kword/KWTextParag.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kword/KWTextParag.h b/kword/KWTextParag.h index db873c24..b0a9d044 100644 --- a/kword/KWTextParag.h +++ b/kword/KWTextParag.h @@ -62,10 +62,10 @@ public: /** Save (to KWord-1.3 XML) the whole paragraph */ - void save( TQDomElement &tqparentElem, bool saveAnchorsFramesets = false ); + void save( TQDomElement &parentElem, bool saveAnchorsFramesets = false ); /** Save (to KWord-1.3 XML) a portion of the paragraph */ - void save( TQDomElement &tqparentElem, int from, int to, bool saveAnchorsFramesets = false ); + void save( TQDomElement &parentElem, int from, int to, bool saveAnchorsFramesets = false ); /** Load (from KWord-1.3 XML) the paragraph */ void load( TQDomElement &attributes ); @@ -77,7 +77,7 @@ public: void loadLayout( TQDomElement & attributes ); /** Load (from KWord-1.3 XML), optionally using styles from document. */ - static KoParagLayout loadParagLayout( TQDomElement & tqparentElem, KWDocument *doc, bool useRefStyle ); + static KoParagLayout loadParagLayout( TQDomElement & parentElem, KWDocument *doc, bool useRefStyle ); virtual void loadOasis( const TQDomElement& e, KoOasisContext& context, KoStyleCollection *styleCollection, uint& pos ); virtual void saveOasis( KoXmlWriter& writer, KoSavingContext& context, |