summaryrefslogtreecommitdiffstats
path: root/src/gui
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
parente15212381e3def7fcf5c03cf215223e1f487ccac (diff)
downloadtellico-a04dbd1e2735821fb7d16e5ef20f39d382d903ee.tar.gz
tellico-a04dbd1e2735821fb7d16e5ef20f39d382d903ee.zip
Additional kde to tde renaming
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/datewidget.cpp2
-rw-r--r--src/gui/lineedit.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/datewidget.cpp b/src/gui/datewidget.cpp
index a8cc726..c43ca26 100644
--- a/src/gui/datewidget.cpp
+++ b/src/gui/datewidget.cpp
@@ -11,7 +11,7 @@
* *
***************************************************************************/
-// this class borrows heavily from kdateedit.h in the kdepim module
+// this class borrows heavily from kdateedit.h in the tdepim module
// which is Copyright (c) 2002 Cornelius Schumacher <schumacher@kde.org>
// and published under the LGPL
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);