summaryrefslogtreecommitdiffstats
path: root/kmymoney2/views/kgloballedgerview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:25 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:25 -0500
commit27e7005bd4e07da193a74288d057761ab35cb5ed (patch)
treea32f4e40540b4502aae55797243155d8791bc277 /kmymoney2/views/kgloballedgerview.cpp
parent83766542e1f20ecaa894cc8e603e48926edb4de2 (diff)
downloadkmymoney-27e7005bd4e07da193a74288d057761ab35cb5ed.tar.gz
kmymoney-27e7005bd4e07da193a74288d057761ab35cb5ed.zip
Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
Diffstat (limited to 'kmymoney2/views/kgloballedgerview.cpp')
-rw-r--r--kmymoney2/views/kgloballedgerview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/views/kgloballedgerview.cpp b/kmymoney2/views/kgloballedgerview.cpp
index 18546c0..5e7029c 100644
--- a/kmymoney2/views/kgloballedgerview.cpp
+++ b/kmymoney2/views/kgloballedgerview.cpp
@@ -171,7 +171,7 @@ TDEGlobalLedgerView::TDEGlobalLedgerView(TQWidget *parent, const char *name )
// I leave the code commented here for a while, so that I see
// how I can add other widgets at this point
TDEIconLoader *il = TDEGlobal::iconLoader();
- m_toolbar->insertButton(il->loadIcon("document", TDEIcon::Small, TDEIcon::SizeSmall),
+ m_toolbar->insertButton(il->loadIcon(""text-x-generic", TDEIcon::Small, TDEIcon::SizeSmall),
1,true,i18n("Account"));
//m_toolbar->setMaximumSize(50,20);
m_toolbar->alignItemRight(1);