diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 02:23:44 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 02:23:44 -0600 |
commit | a04dbd1e2735821fb7d16e5ef20f39d382d903ee (patch) | |
tree | e1fca5899de071b8340f2ba7c09ba7a98fc3e539 /src/gui/lineedit.cpp | |
parent | e15212381e3def7fcf5c03cf215223e1f487ccac (diff) | |
download | tellico-a04dbd1e2735821fb7d16e5ef20f39d382d903ee.tar.gz tellico-a04dbd1e2735821fb7d16e5ef20f39d382d903ee.zip |
Additional kde to tde renaming
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); |