diff options
Diffstat (limited to 'src/gui/lineedit.cpp')
-rw-r--r-- | src/gui/lineedit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/lineedit.cpp b/src/gui/lineedit.cpp index e5da745..cca7f7d 100644 --- a/src/gui/lineedit.cpp +++ b/src/gui/lineedit.cpp @@ -77,11 +77,11 @@ void LineEdit::drawContents(TQPainter* painter_) { // save current pen TQPen oldPen = painter_->pen(); - // follow lead of kdepim and amarok, use disabled text color + // follow lead of tdepim and amarok, use disabled text color painter_->setPen(palette().color(TQPalette::Disabled, TQColorGroup::Text)); TQRect rect = contentsRect(); - // again, follow kdepim and amarok lead, and pad by 2 pixels + // again, follow tdepim and amarok lead, and pad by 2 pixels rect.rLeft() += 2; painter_->drawText(rect, AlignAuto | AlignVCenter, m_hint); |