diff options
author | Timothy Pearson <[email protected]> | 2014-08-07 17:24:52 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-08-07 17:24:52 -0500 |
commit | 42069cbc2928c7f162235113a0db08622b088503 (patch) | |
tree | 3a2be2d1eb2a01dc0697d4b423146bc7d603d92c /kdict | |
parent | 50818289b6a22343d1718f746764c7fb80ae2b2c (diff) | |
download | tdenetwork-42069cbc2928c7f162235113a0db08622b088503.tar.gz tdenetwork-42069cbc2928c7f162235113a0db08622b088503.zip |
Rename the string kde toolbar widget
Diffstat (limited to 'kdict')
-rw-r--r-- | kdict/actions.cpp | 2 |
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); |