summaryrefslogtreecommitdiffstats
path: root/kaddressbook/incsearchwidget.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-08-07 17:25:04 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-08-07 17:25:04 -0500
commit1f660b6edc6f8f7c7ae60d6651e73d21a2ab7786 (patch)
treebabed314e6b5ca4e98957e31c0fd07e155cfd84c /kaddressbook/incsearchwidget.cpp
parent8231cc23f3e8b266a6b0e229865905233e867cbf (diff)
downloadtdepim-1f660b6edc6f8f7c7ae60d6651e73d21a2ab7786.tar.gz
tdepim-1f660b6edc6f8f7c7ae60d6651e73d21a2ab7786.zip
Rename the string kde toolbar widget
Diffstat (limited to 'kaddressbook/incsearchwidget.cpp')
-rw-r--r--kaddressbook/incsearchwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/incsearchwidget.cpp b/kaddressbook/incsearchwidget.cpp
index 2c7c3870..efd68ebd 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 );