summaryrefslogtreecommitdiffstats
path: root/kdict
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-08-07 17:24:52 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-08-07 17:24:52 -0500
commit42069cbc2928c7f162235113a0db08622b088503 (patch)
tree3a2be2d1eb2a01dc0697d4b423146bc7d603d92c /kdict
parent50818289b6a22343d1718f746764c7fb80ae2b2c (diff)
downloadtdenetwork-42069cbc2928c7f162235113a0db08622b088503.tar.gz
tdenetwork-42069cbc2928c7f162235113a0db08622b088503.zip
Rename the string kde toolbar widget
Diffstat (limited to 'kdict')
-rw-r--r--kdict/actions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdict/actions.cpp b/kdict/actions.cpp
index b2ad29e4..2448a2e9 100644
--- a/kdict/actions.cpp
+++ b/kdict/actions.cpp
@@ -212,7 +212,7 @@ int DictLabelAction::plug( TQWidget *widget, int index )
int id = TDEAction::getToolButtonID();
- TQLabel *label = new TQLabel( text(), widget, "kde toolbar widget" );
+ TQLabel *label = new TQLabel( text(), widget, "tde toolbar widget" );
label->setMinimumWidth(label->sizeHint().width());
label->setBackgroundMode( TQt::PaletteButton );
label->setAlignment(AlignCenter | AlignVCenter);