From 1f660b6edc6f8f7c7ae60d6651e73d21a2ab7786 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Aug 2014 17:25:04 -0500 Subject: Rename the string kde toolbar widget --- certmanager/customactions.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'certmanager/customactions.cpp') diff --git a/certmanager/customactions.cpp b/certmanager/customactions.cpp index bf96302a..bf637538 100644 --- a/certmanager/customactions.cpp +++ b/certmanager/customactions.cpp @@ -52,7 +52,7 @@ int LabelAction::plug( TQWidget * widget, int index ) { if ( widget->inherits( "TDEToolBar" ) ) { TDEToolBar * bar = (TDEToolBar *)widget; int id_ = getToolButtonID(); - TQLabel* label = new TQLabel( text(), bar, "kde toolbar widget" ); + TQLabel* label = new TQLabel( text(), bar, "tde toolbar widget" ); bar->insertWidget( id_, label->width(), label, index ); addContainer( bar, id_ ); connect( bar, TQT_SIGNAL( destroyed() ), this, TQT_SLOT( slotDestroyed() ) ); @@ -77,7 +77,7 @@ int LineEditAction::plug( TQWidget * widget, int index ) { TDEToolBar *bar = (TDEToolBar *)widget; int id_ = getToolButtonID(); // The toolbar trick doesn't seem to work for lineedits - //_le = new TQLineEdit( bar, "kde toolbar widget" ); + //_le = new TQLineEdit( bar, "tde toolbar widget" ); _le = new TQLineEdit( bar ); bar->insertWidget( id_, _le->width(), _le, index ); bar->setStretchableWidget( _le ); -- cgit v1.2.3