diff options
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 ); |