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/incsearchwidget.cpp | |
parent | 8231cc23f3e8b266a6b0e229865905233e867cbf (diff) | |
download | tdepim-1f660b6edc6f8f7c7ae60d6651e73d21a2ab7786.tar.gz tdepim-1f660b6edc6f8f7c7ae60d6651e73d21a2ab7786.zip |
Rename the string kde toolbar widget
Diffstat (limited to 'kaddressbook/incsearchwidget.cpp')
-rw-r--r-- | kaddressbook/incsearchwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/incsearchwidget.cpp b/kaddressbook/incsearchwidget.cpp index 2c7c3870c..efd68ebdf 100644 --- a/kaddressbook/incsearchwidget.cpp +++ b/kaddressbook/incsearchwidget.cpp @@ -50,7 +50,7 @@ IncSearchWidget::IncSearchWidget( TQWidget *parent, const char *name ) TQToolTip::add( button, i18n( "Reset" ) ); layout->addWidget( button ); - TQLabel *label = new TQLabel( i18n( "Search:" ), this, "kde toolbar widget" ); + TQLabel *label = new TQLabel( i18n( "Search:" ), this, "tde toolbar widget" ); label->setAlignment( TQLabel::AlignVCenter | TQLabel::AlignRight ); layout->addWidget( label ); @@ -60,7 +60,7 @@ IncSearchWidget::IncSearchWidget( TQWidget *parent, const char *name ) label->setBuddy( mSearchText ); layout->addWidget( mSearchText ); - label = new TQLabel( i18n( "as in 'Search in:'", "&in:" ), this, "kde toolbar widget" ); + label = new TQLabel( i18n( "as in 'Search in:'", "&in:" ), this, "tde toolbar widget" ); label->setAlignment( TQLabel::AlignVCenter | TQLabel::AlignRight ); layout->addWidget( label ); |