summaryrefslogtreecommitdiffstats
path: root/parts/abbrev/abbrevconfigwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parts/abbrev/abbrevconfigwidget.cpp')
-rw-r--r--parts/abbrev/abbrevconfigwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/abbrev/abbrevconfigwidget.cpp b/parts/abbrev/abbrevconfigwidget.cpp
index 77276371..7019b9fb 100644
--- a/parts/abbrev/abbrevconfigwidget.cpp
+++ b/parts/abbrev/abbrevconfigwidget.cpp
@@ -97,7 +97,7 @@ void AbbrevConfigWidget::codeChanged()
if (item->text(3) == item->text(4))
item->setPixmap( 0, SmallIcon("template_source") );
else
- item->setPixmap( 0, SmallIcon("filesave") );
+ item->setPixmap( 0, SmallIcon("document-save") );
}
}