summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:47:41 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:47:41 -0500
commit42109b08df5e41d5017f065b50e50b41cc1169e9 (patch)
treed5a9b82967dcd5a2c16aab28139f4428e6a26cd6
parent48ee3072b5fd2441c07dd94c66f522ab807349dd (diff)
downloadkmymoney-42109b08.tar.gz
kmymoney-42109b08.zip
Bring undo, redo, find, and revert icons into XDG compliance
-rw-r--r--kmymoney2/dialogs/kaccountselectdlg.cpp2
-rw-r--r--kmymoney2/views/kbudgetview.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/dialogs/kaccountselectdlg.cpp b/kmymoney2/dialogs/kaccountselectdlg.cpp
index eb902d7..cb5f306 100644
--- a/kmymoney2/dialogs/kaccountselectdlg.cpp
+++ b/kmymoney2/dialogs/kaccountselectdlg.cpp
@@ -62,7 +62,7 @@ KAccountSelectDlg::KAccountSelectDlg(const KMyMoneyUtils::categoryTypeE accountT
TDEIconLoader* il = TDEGlobal::iconLoader();
KGuiItem skipButtonItem( i18n( "&Skip" ),
- TQIconSet(il->loadIcon("redo", TDEIcon::Small, TDEIcon::SizeSmall)),
+ TQIconSet(il->loadIcon("edit-redo", TDEIcon::Small, TDEIcon::SizeSmall)),
i18n("Skip this transaction"),
i18n("Use this to skip importing this transaction and proceed with the next one."));
m_qbuttonCancel->setGuiItem(skipButtonItem);
diff --git a/kmymoney2/views/kbudgetview.cpp b/kmymoney2/views/kbudgetview.cpp
index bd43dbb..652a094 100644
--- a/kmymoney2/views/kbudgetview.cpp
+++ b/kmymoney2/views/kbudgetview.cpp
@@ -133,7 +133,7 @@ KBudgetView::KBudgetView(TQWidget *parent, const char *name ) :
TQToolTip::add(m_updateButton, updateButtenItem.toolTip());
KGuiItem resetButtenItem( TQString(""),
- TQIconSet(il->loadIcon("undo", TDEIcon::Small, TDEIcon::SizeSmall)),
+ TQIconSet(il->loadIcon("edit-undo", TDEIcon::Small, TDEIcon::SizeSmall)),
i18n("Revert budget to last saved state"),
i18n("Use this to discard the modified data."));
m_resetButton->setGuiItem(resetButtenItem);