diff options
Diffstat (limited to 'kword/KWFrameSet.h')
| -rw-r--r-- | kword/KWFrameSet.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kword/KWFrameSet.h b/kword/KWFrameSet.h index be9337c0b..b714d96db 100644 --- a/kword/KWFrameSet.h +++ b/kword/KWFrameSet.h @@ -315,10 +315,10 @@ public: virtual void tqinvalidate() {} /// save to XML - when saving - virtual TQDomElement save( TQDomElement &tqparentElem, bool saveFrames = true ) = 0; + virtual TQDomElement save( TQDomElement &parentElem, bool saveFrames = true ) = 0; /// save to XML - when copying to clipboard - virtual TQDomElement toXML( TQDomElement &tqparentElem, bool saveFrames = true ) - { return save( tqparentElem, saveFrames ); } + virtual TQDomElement toXML( TQDomElement &parentElem, bool saveFrames = true ) + { return save( parentElem, saveFrames ); } /// Save to OASIS format virtual void saveOasis( KoXmlWriter& writer, KoSavingContext& context, bool saveFrames ) const = 0; /// If the frameset is inline, is it ok to save it inside an oasis <text:p>? @@ -467,7 +467,7 @@ signals: protected: /// save the common attributes for the frameset - void saveCommon( TQDomElement &tqparentElem, bool saveFrames ); + void saveCommon( TQDomElement &parentElem, bool saveFrames ); /**Determine the clipping rectangle for drawing the contents of @p frame with @p painter * in the rectangle delimited by @p crect. |
