From d504497c10d3cc9441a39245af1723e8c0ae556d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 15:43:48 -0500 Subject: Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance --- lib/kofficecore/KoOpenPane.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/kofficecore/KoOpenPane.cpp') diff --git a/lib/kofficecore/KoOpenPane.cpp b/lib/kofficecore/KoOpenPane.cpp index ed3086ab..130226be 100644 --- a/lib/kofficecore/KoOpenPane.cpp +++ b/lib/kofficecore/KoOpenPane.cpp @@ -114,7 +114,7 @@ KoOpenPane::KoOpenPane(TQWidget *parent, TDEInstance* instance, const TQString& connect(m_sectionList, TQT_SIGNAL(returnPressed(TQListViewItem*)), this, TQT_SLOT(itemClicked(TQListViewItem*))); - KGuiItem openExistingGItem(i18n("Open Existing Document..."), "fileopen"); + KGuiItem openExistingGItem(i18n("Open Existing Document..."), "document-open"); m_openExistingButton->setGuiItem(openExistingGItem); connect(m_openExistingButton, TQT_SIGNAL(clicked()), this, TQT_SLOT(showOpenFileDialog())); @@ -172,7 +172,7 @@ void KoOpenPane::initRecentDocs() { KoRecentDocumentsPane* recentDocPane = new KoRecentDocumentsPane(this, d->m_instance); connect(recentDocPane, TQT_SIGNAL(openFile(const TQString&)), this, TQT_SIGNAL(openExistingFile(const TQString&))); - TQListViewItem* item = addPane(i18n("Recent Documents"), "fileopen", recentDocPane, 0); + TQListViewItem* item = addPane(i18n("Recent Documents"), "document-open", recentDocPane, 0); connect(recentDocPane, TQT_SIGNAL(splitterResized(KoDetailsPaneBase*, const TQValueList&)), this, TQT_SIGNAL(splitterResized(KoDetailsPaneBase*, const TQValueList&))); connect(this, TQT_SIGNAL(splitterResized(KoDetailsPaneBase*, const TQValueList&)), -- cgit v1.2.1