summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.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/mainwindow.cpp
parente15212381e3def7fcf5c03cf215223e1f487ccac (diff)
downloadtellico-a04dbd1e2735821fb7d16e5ef20f39d382d903ee.tar.gz
tellico-a04dbd1e2735821fb7d16e5ef20f39d382d903ee.zip
Additional kde to tde renaming
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index c6b8dfb..6d580b9 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -743,7 +743,7 @@ void MainWindow::initActions() {
actionCollection(), "quick_filter_clear");
m_quickFilter = new GUI::LineEdit();
- m_quickFilter->setHint(i18n("Filter here...")); // same text as kdepim and amarok
+ m_quickFilter->setHint(i18n("Filter here...")); // same text as tdepim and amarok
// about 10 characters wide
m_quickFilter->setFixedWidth(m_quickFilter->fontMetrics().maxWidth()*10);
// want to update every time the filter text changes