summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
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