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 /kaddressbook/filterselectionwidget.cpp | |
parent | 8231cc23f3e8b266a6b0e229865905233e867cbf (diff) | |
download | tdepim-1f660b6edc6f8f7c7ae60d6651e73d21a2ab7786.tar.gz tdepim-1f660b6edc6f8f7c7ae60d6651e73d21a2ab7786.zip |
Rename the string kde toolbar widget
Diffstat (limited to 'kaddressbook/filterselectionwidget.cpp')
-rw-r--r-- | kaddressbook/filterselectionwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/filterselectionwidget.cpp b/kaddressbook/filterselectionwidget.cpp index 58ec7a181..7daca0a49 100644 --- a/kaddressbook/filterselectionwidget.cpp +++ b/kaddressbook/filterselectionwidget.cpp @@ -34,7 +34,7 @@ FilterSelectionWidget::FilterSelectionWidget( TQWidget *parent, const char *name { setSpacing( KDialog::spacingHint() ); - TQLabel *label = new TQLabel( i18n( "Filter:" ), this, "kde toolbar widget" ); + TQLabel *label = new TQLabel( i18n( "Filter:" ), this, "tde toolbar widget" ); mFilterCombo = new KComboBox( this ); label->setBuddy( mFilterCombo ); |