summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 20:09:55 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 20:09:55 -0500
commit14234be2929b68ffeda32933e1a35317a598d538 (patch)
treec2f63f43b04e8da1c6d83f80f579d3faa9435c18
parent425e07cd783bd1093c082b59eef61c1edce0be0a (diff)
downloadbasket-14234be2.tar.gz
basket-14234be2.zip
Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance
-rw-r--r--src/bnpview.cpp2
-rw-r--r--src/likeback.cpp4
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()) );