diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-01 21:32:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-02 21:11:19 +0900 |
commit | 62949e0a61c1340c38a696a7652fde623c36b0ae (patch) | |
tree | 9a6ef1b5a2cb7910f984368933eda680133fef95 /tdehtml/tdehtml_caret_p.h | |
parent | bef9baf7ee87538c596dd04c8d379b1814bb94e8 (diff) | |
download | tdelibs-62949e0a61c1340c38a696a7652fde623c36b0ae.tar.gz tdelibs-62949e0a61c1340c38a696a7652fde623c36b0ae.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bba3128085abe1a32cca43d9fb8ac02c2a29bf6b)
Diffstat (limited to 'tdehtml/tdehtml_caret_p.h')
-rw-r--r-- | tdehtml/tdehtml_caret_p.h | 12 |
1 files changed, 6 insertions, 6 deletions
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<CaretBoxLine> *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<CaretBoxLine> *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; }; |