summaryrefslogtreecommitdiffstats
path: root/src/gui/lineedit.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:23:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:23:44 -0600
commita04dbd1e2735821fb7d16e5ef20f39d382d903ee (patch)
treee1fca5899de071b8340f2ba7c09ba7a98fc3e539 /src/gui/lineedit.cpp
parente15212381e3def7fcf5c03cf215223e1f487ccac (diff)
downloadtellico-a04dbd1e2735821fb7d16e5ef20f39d382d903ee.tar.gz
tellico-a04dbd1e2735821fb7d16e5ef20f39d382d903ee.zip
Additional kde to tde renaming
Diffstat (limited to 'src/gui/lineedit.cpp')
-rw-r--r--src/gui/lineedit.cpp4
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);