summaryrefslogtreecommitdiffstats
path: root/src/likeback.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/likeback.cpp')
-rw-r--r--src/likeback.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/likeback.cpp b/src/likeback.cpp
index abfdc87..ee2581d 100644
--- a/src/likeback.cpp
+++ b/src/likeback.cpp
@@ -378,7 +378,7 @@ TDEAction* LikeBack::sendACommentAction(TDEActionCollection *parent)
{
if (d->action == 0)
d->action = new TDEAction(
- i18n("&Send a Comment to Developers"), /*icon=*/"mail_new", /*shortcut=*/"",
+ i18n("&Send a Comment to Developers"), /*icon=*/"mail-message-new", /*shortcut=*/"",
this, TQT_SLOT(execCommentDialog()),
parent, "likeback_send_a_comment"
);
@@ -720,7 +720,7 @@ LikeBackDialog::LikeBackDialog(LikeBack::Button reason, const TQString &initialC
pageLayout->addWidget(m_showButtons);
connect( m_showButtons, TQT_SIGNAL(stateChanged(int)), this, TQT_SLOT(changeButtonBarVisible()) );
- setButtonOK(KGuiItem(i18n("&Send Comment"), "mail_send"));
+ setButtonOK(KGuiItem(i18n("&Send Comment"), "mail-send"));
enableButtonOK(false);
connect( m_comment, TQT_SIGNAL(textChanged()), this, TQT_SLOT(commentChanged()) );