summaryrefslogtreecommitdiffstats
path: root/kmymoney2/dialogs
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:48:25 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:48:25 -0500
commit6eb27faca08ec48b8ed5ba9aa7afda22740f7c05 (patch)
tree9cfa191b6f8762c8c698dc528cd775aed003386d /kmymoney2/dialogs
parent956e80a80026902a6c768a10340ac53158b784b7 (diff)
downloadkmymoney-6eb27faca08ec48b8ed5ba9aa7afda22740f7c05.tar.gz
kmymoney-6eb27faca08ec48b8ed5ba9aa7afda22740f7c05.zip
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'kmymoney2/dialogs')
-rw-r--r--kmymoney2/dialogs/kaccountselectdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/dialogs/kaccountselectdlg.cpp b/kmymoney2/dialogs/kaccountselectdlg.cpp
index 5638498..eb902d7 100644
--- a/kmymoney2/dialogs/kaccountselectdlg.cpp
+++ b/kmymoney2/dialogs/kaccountselectdlg.cpp
@@ -75,7 +75,7 @@ KAccountSelectDlg::KAccountSelectDlg(const KMyMoneyUtils::categoryTypeE accountT
m_qbuttonOk->setGuiItem(KStdGuiItem::ok());
KGuiItem abortButtenItem( i18n("&Abort" ),
- TQIconSet(il->loadIcon("stop", TDEIcon::Small, TDEIcon::SizeSmall)),
+ TQIconSet(il->loadIcon("process-stop", TDEIcon::Small, TDEIcon::SizeSmall)),
i18n("Abort the import operation and dismiss all changes"),
i18n("Use this to abort the import. Your financial data will be in the state before you started the QIF import."));
m_kButtonAbort->setGuiItem(abortButtenItem);