diff options
Diffstat (limited to 'kbugbuster/gui/cwbugdetailscontainer.cpp')
-rw-r--r-- | kbugbuster/gui/cwbugdetailscontainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbugbuster/gui/cwbugdetailscontainer.cpp b/kbugbuster/gui/cwbugdetailscontainer.cpp index e3bd6f37..aef4f57b 100644 --- a/kbugbuster/gui/cwbugdetailscontainer.cpp +++ b/kbugbuster/gui/cwbugdetailscontainer.cpp @@ -44,7 +44,7 @@ CWBugDetailsContainer::CWBugDetailsContainer( TQWidget *parent , const char * na m_bugCloseSilentlyBtn->setIconSet( BarIconSet( "edittrash" ) ); m_bugReopenBtn->setIconSet( SmallIconSet( "idea" ) ); m_bugReassignBtn->setIconSet( BarIconSet( "folder-new" ) ); - m_bugTitleBtn->setIconSet( SmallIconSet( "text_under" ) ); + m_bugTitleBtn->setIconSet( SmallIconSet( "format-text-underline" ) ); m_bugSeverityBtn->setIconSet( SmallIconSet( "edit" ) ); m_bugReplyBtn->setIconSet( SmallIconSet( "mail-reply-all" ) ); m_bugReplyPrivBtn->setIconSet( SmallIconSet( "mail-reply-sender" ) ); |