diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-12-18 18:02:20 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-12-18 18:02:20 -0600 |
| commit | ec12f4850a0716fd372b7dff743e6ce477ef4794 (patch) | |
| tree | 59f7022f4033a40055934aa60c6f230821c71292 /konqueror/konq_actions.cc | |
| parent | cf8c83d7cde71038d33c26ec2c7b8a38ef117b2e (diff) | |
| download | tdebase-ec12f4850a0716fd372b7dff743e6ce477ef4794.tar.gz tdebase-ec12f4850a0716fd372b7dff743e6ce477ef4794.zip | |
Fix various dirlister sidebar problems
This resolves Bug 1764
Diffstat (limited to 'konqueror/konq_actions.cc')
| -rw-r--r-- | konqueror/konq_actions.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konqueror/konq_actions.cc b/konqueror/konq_actions.cc index 61c433170..934c326f7 100644 --- a/konqueror/konq_actions.cc +++ b/konqueror/konq_actions.cc @@ -261,7 +261,7 @@ int KonqLogoAction::plug( TQWidget *widget, int index ) int id_ = getToolButtonID(); - bar->insertAnimatedWidget( id_, this, TQT_SIGNAL(activated()), TQString("kde"), index ); + bar->insertAnimatedWidget( id_, this, TQT_SIGNAL(activated()), TQString("trinity"), index ); bar->alignItemRight( id_ ); addContainer( bar, id_ ); |
