diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-14 00:15:37 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-14 00:15:37 -0500 |
commit | c1124c6ab4b82daf11b13897d92b9590f697ee96 (patch) | |
tree | 937f7da4552854ed208406387d3e2c001575a60f /kbugbuster/gui/cwbugdetailscontainer.cpp | |
parent | d03529a4e50e7b8e65be3cf355ed2e71bd2bfcb7 (diff) | |
download | tdesdk-c1124c6ab4b82daf11b13897d92b9590f697ee96.tar.gz tdesdk-c1124c6ab4b82daf11b13897d92b9590f697ee96.zip |
Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, text_italic, text_under, text_strike, and spellcheck icons into XDG compliance
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" ) ); |