From 62949e0a61c1340c38a696a7652fde623c36b0ae Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 1 May 2024 21:32:16 +0900 Subject: Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT Signed-off-by: Michele Calgaro (cherry picked from commit bba3128085abe1a32cca43d9fb8ac02c2a29bf6b) --- tdehtml/tdehtml_caret_p.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tdehtml/tdehtml_caret_p.h') diff --git a/tdehtml/tdehtml_caret_p.h b/tdehtml/tdehtml_caret_p.h index 6d85a76b2..7a2d5e06b 100644 --- a/tdehtml/tdehtml_caret_p.h +++ b/tdehtml/tdehtml_caret_p.h @@ -384,7 +384,7 @@ public: static CaretBoxLine *constructCaretBoxLine(MassDeleter *deleter, InlineFlowBox *baseFlowBox, InlineBox *seekBox, bool seekOutside, bool seekOutsideEnd, CaretBoxIterator &iter, - RenderObject *seekObject = 0) /*KDE_NO_EXPORT*/; + RenderObject *seekObject = 0) /*TDE_NO_EXPORT*/; /** constructs a new caret box line for the given render block. * @param deleter deleter which handles alloc+dealloc of the object @@ -395,7 +395,7 @@ public: * position for \c cb */ static CaretBoxLine *constructCaretBoxLine(MassDeleter *deleter, - RenderBox *cb, bool outside, bool outsideEnd, CaretBoxIterator &iter) /*KDE_NO_EXPORT*/; + RenderBox *cb, bool outside, bool outsideEnd, CaretBoxIterator &iter) /*TDE_NO_EXPORT*/; #if DEBUG_CARETMODE > 0 void dump(TQTextStream &ts, const TQString &ind) const; @@ -456,7 +456,7 @@ protected: * * It will additionally look for the caret box specified in SeekBoxParams. */ - void addConvertedInlineBox(InlineBox *, SeekBoxParams &) /*KDE_NO_EXPORT*/; + void addConvertedInlineBox(InlineBox *, SeekBoxParams &) /*TDE_NO_EXPORT*/; /** creates and adds the edge of a generic inline box * @param box inline box @@ -465,7 +465,7 @@ protected: * @param rtl true if direction is rtl */ void addCreatedInlineBoxEdge(InlineBox *box, const TQFontMetrics &fm, - bool left, bool rtl) /*KDE_NO_EXPORT*/; + bool left, bool rtl) /*TDE_NO_EXPORT*/; /** creates and adds the edge of an inline flow box * @param flowBox inline flow box * @param fm font metrics of inline flow box @@ -473,12 +473,12 @@ protected: * @param rtl true if direction is rtl */ void addCreatedFlowBoxEdge(InlineFlowBox *flowBox, const TQFontMetrics &fm, - bool left, bool rtl) /*KDE_NO_EXPORT*/; + bool left, bool rtl) /*TDE_NO_EXPORT*/; /** creates and adds the inside of an inline flow box * @param flowBox inline flow box * @param fm font metrics of inline flow box */ - void addCreatedFlowBoxInside(InlineFlowBox *flowBox, const TQFontMetrics &fm) /*KDE_NO_EXPORT*/; + void addCreatedFlowBoxInside(InlineFlowBox *flowBox, const TQFontMetrics &fm) /*TDE_NO_EXPORT*/; friend class CaretBoxIterator; }; -- cgit v1.2.1