diff options
Diffstat (limited to 'kmymoney2/dialogs/kexportdlg.cpp')
-rw-r--r-- | kmymoney2/dialogs/kexportdlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/dialogs/kexportdlg.cpp b/kmymoney2/dialogs/kexportdlg.cpp index 4cf6ecc..2df68a9 100644 --- a/kmymoney2/dialogs/kexportdlg.cpp +++ b/kmymoney2/dialogs/kexportdlg.cpp @@ -65,13 +65,13 @@ KExportDlg::KExportDlg(TQWidget *parent) m_qbuttonOk->setGuiItem(okButtenItem); KGuiItem browseButtenItem( i18n( "&Browse..." ), - TQIconSet(il->loadIcon("fileopen", TDEIcon::Small, TDEIcon::SizeSmall)), + TQIconSet(il->loadIcon("document-open", TDEIcon::Small, TDEIcon::SizeSmall)), i18n("Select filename"), i18n("Use this to select a filename to export to")); m_qbuttonBrowse->setGuiItem(browseButtenItem); KGuiItem newButtenItem( i18n( "&New..." ), - TQIconSet(il->loadIcon("filenew", TDEIcon::Small, TDEIcon::SizeSmall)), + TQIconSet(il->loadIcon("document-new", TDEIcon::Small, TDEIcon::SizeSmall)), i18n("Create a new profile"), i18n("Use this to open the profile editor")); m_profileEditorButton->setGuiItem(newButtenItem); |