diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 12:47:41 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 12:47:41 -0500 |
commit | 42109b08df5e41d5017f065b50e50b41cc1169e9 (patch) | |
tree | d5a9b82967dcd5a2c16aab28139f4428e6a26cd6 /kmymoney2/dialogs/kaccountselectdlg.cpp | |
parent | 48ee3072b5fd2441c07dd94c66f522ab807349dd (diff) | |
download | kmymoney-42109b08df5e41d5017f065b50e50b41cc1169e9.tar.gz kmymoney-42109b08df5e41d5017f065b50e50b41cc1169e9.zip |
Bring undo, redo, find, and revert icons into XDG compliance
Diffstat (limited to 'kmymoney2/dialogs/kaccountselectdlg.cpp')
-rw-r--r-- | kmymoney2/dialogs/kaccountselectdlg.cpp | 2 |
1 files changed, 1 insertions, 1 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); |