diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bnpview.cpp | 2 | ||||
-rw-r--r-- | src/likeback.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/bnpview.cpp b/src/bnpview.cpp index a00c065..db6fc54 100644 --- a/src/bnpview.cpp +++ b/src/bnpview.cpp @@ -459,7 +459,7 @@ void BNPView::setupActions() TQT_TQOBJECT(this), TQT_SLOT(editNote()), actionCollection(), "note_edit" ); m_actOpenNote = KStdAction::open( TQT_TQOBJECT(this), TQT_SLOT(openNote()), actionCollection(), "note_open" ); - m_actOpenNote->setIcon("window_new"); + m_actOpenNote->setIcon("window-new"); m_actOpenNote->setText(i18n("&Open")); m_actOpenNote->setShortcut("F9"); 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()) ); |