summaryrefslogtreecommitdiffstats
path: root/quanta/src/quantaview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/src/quantaview.cpp')
-rw-r--r--quanta/src/quantaview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/src/quantaview.cpp b/quanta/src/quantaview.cpp
index bcef6729..158ba563 100644
--- a/quanta/src/quantaview.cpp
+++ b/quanta/src/quantaview.cpp
@@ -282,7 +282,7 @@ void QuantaView::updateTab()
{
if (qConfig.showCloseButtons == "ShowAlways")
{
- setIcon(SmallIcon("fileclose"));
+ setIcon(SmallIcon("window-close"));
}
if (m_document)
{
@@ -298,7 +298,7 @@ void QuantaView::updateTab()
setMDICaption(urlStr + " " + i18n("[modified]"));
} else
{
- setIcon(SmallIcon("filesave"));
+ setIcon(SmallIcon("document-save"));
setMDICaption(urlStr);
}
m_szCaption = urlStr + " " + i18n("[modified]");