summaryrefslogtreecommitdiffstats
path: root/kword/KWTextParag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWTextParag.cpp')
-rw-r--r--kword/KWTextParag.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWTextParag.cpp b/kword/KWTextParag.cpp
index 41d1749a..e870c710 100644
--- a/kword/KWTextParag.cpp
+++ b/kword/KWTextParag.cpp
@@ -70,7 +70,7 @@ void KWTextParag::drawFormattingChars( TQPainter &painter, int start, int len,
if ( start + len == length() && (whichFormattingChars & FormattingBreak) && hardFrameBreakAfter() )
{
painter.save();
- TQPen pen( KGlobalSettings::linkColor() ); // #101820
+ TQPen pen( TDEGlobalSettings::linkColor() ); // #101820
painter.setPen( pen );
//kdDebug() << "KWTextParag::drawFormattingChars start=" << start << " len=" << len << " length=" << length() << endl;
// keep in sync with KWTextFrameSet::formatVertically