diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-08-07 17:25:04 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-08-07 17:25:04 -0500 |
commit | 1f660b6edc6f8f7c7ae60d6651e73d21a2ab7786 (patch) | |
tree | babed314e6b5ca4e98957e31c0fd07e155cfd84c /kmail/headerlistquicksearch.cpp | |
parent | 8231cc23f3e8b266a6b0e229865905233e867cbf (diff) | |
download | tdepim-1f660b6edc6f8f7c7ae60d6651e73d21a2ab7786.tar.gz tdepim-1f660b6edc6f8f7c7ae60d6651e73d21a2ab7786.zip |
Rename the string kde toolbar widget
Diffstat (limited to 'kmail/headerlistquicksearch.cpp')
-rw-r--r-- | kmail/headerlistquicksearch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/headerlistquicksearch.cpp b/kmail/headerlistquicksearch.cpp index 93795a52c..017938365 100644 --- a/kmail/headerlistquicksearch.cpp +++ b/kmail/headerlistquicksearch.cpp @@ -66,7 +66,7 @@ HeaderListQuickSearch::HeaderListQuickSearch( TQWidget *parent, "Resets the quick search so that " "all messages are shown again." ) ); - TQLabel *label = new TQLabel( i18n("Stat&us:"), parent, "kde toolbar widget" ); + TQLabel *label = new TQLabel( i18n("Stat&us:"), parent, "tde toolbar widget" ); mStatusCombo = new TQComboBox( parent, "quick search status combo box" ); mStatusCombo->setSizeLimit( 12 ); |