From c1124c6ab4b82daf11b13897d92b9590f697ee96 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 14 Oct 2014 00:15:37 -0500 Subject: Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, text_italic, text_under, text_strike, and spellcheck icons into XDG compliance --- kbugbuster/gui/cwbugdetailscontainer.cpp | 2 +- kbugbuster/gui/kbbmainwindow.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kbugbuster/gui') 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" ) ); diff --git a/kbugbuster/gui/kbbmainwindow.cpp b/kbugbuster/gui/kbbmainwindow.cpp index 5d7203c8..3c65eed0 100644 --- a/kbugbuster/gui/kbbmainwindow.cpp +++ b/kbugbuster/gui/kbbmainwindow.cpp @@ -189,7 +189,7 @@ void KBBMainWindow::initActions() TQT_SLOT( reopenBug() ), actionCollection(), "cmd_reopen" ); // new TDEAction( i18n("Re&assign..."), "folder-new", CTRL+TQt::Key_A, TQT_TQOBJECT(m_mainWidget), // TQT_SLOT( reassignBug() ), actionCollection(), "cmd_reassign" ); -// new TDEAction( i18n("Change &Title..."), "text_under", CTRL+TQt::Key_T, TQT_TQOBJECT(m_mainWidget), +// new TDEAction( i18n("Change &Title..."), "format-text-underline", CTRL+TQt::Key_T, TQT_TQOBJECT(m_mainWidget), // TQT_SLOT( titleBug() ), actionCollection(), "cmd_title" ); // new TDEAction( i18n("Change &Severity..."), "edit", CTRL+TQt::Key_S, TQT_TQOBJECT(m_mainWidget), // TQT_SLOT( severityBug() ), actionCollection(), "cmd_severity" ); -- cgit v1.2.1