diff options
Diffstat (limited to 'kdict/actions.cpp')
-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); |