summaryrefslogtreecommitdiffstats
path: root/filters/kword/msword/texthandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'filters/kword/msword/texthandler.h')
-rw-r--r--filters/kword/msword/texthandler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/filters/kword/msword/texthandler.h b/filters/kword/msword/texthandler.h
index 3075803b1..ebea5202c 100644
--- a/filters/kword/msword/texthandler.h
+++ b/filters/kword/msword/texthandler.h
@@ -86,10 +86,10 @@ public:
// Write a <FORMAT> tag from the given CHP
// Returns that element into pChildElement if set (in that case even an empty FORMAT can be appended)
- void writeFormat( TQDomElement& tqparentElement, const wvWare::Word97::CHP* chp, const wvWare::Word97::CHP* refChp, int pos, int len, int formatId, TQDomElement* pChildElement );
+ void writeFormat( TQDomElement& parentElement, const wvWare::Word97::CHP* chp, const wvWare::Word97::CHP* refChp, int pos, int len, int formatId, TQDomElement* pChildElement );
// Write the _contents_ (tqchildren) of a <LAYOUT> or <STYLE> tag, from the given parag props
- void writeLayout( TQDomElement& tqparentElement, const wvWare::ParagraphProperties& paragraphProperties, const wvWare::Style* style );
+ void writeLayout( TQDomElement& parentElement, const wvWare::ParagraphProperties& paragraphProperties, const wvWare::Style* style );
// Communication with Document, without having to know about Document
signals:
@@ -100,7 +100,7 @@ signals:
protected:
void writeOutParagraph( const TQString& styleName, const TQString& text );
- void writeCounter( TQDomElement& tqparentElement, const wvWare::ParagraphProperties& paragraphProperties, const wvWare::Style* style );
+ void writeCounter( TQDomElement& parentElement, const wvWare::ParagraphProperties& paragraphProperties, const wvWare::Style* style );
TQDomElement insertVariable( int type, wvWare::SharedPtr<const wvWare::Word97::CHP> chp, const TQString& format );
TQDomElement insertAnchor( const TQString& fsname );
TQString getFont(unsigned fc) const;