summaryrefslogtreecommitdiffstats
path: root/languages/java/problemreporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'languages/java/problemreporter.cpp')
-rw-r--r--languages/java/problemreporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/java/problemreporter.cpp b/languages/java/problemreporter.cpp
index 4d4f47af..e1fc4174 100644
--- a/languages/java/problemreporter.cpp
+++ b/languages/java/problemreporter.cpp
@@ -250,7 +250,7 @@ void ProblemReporter::slotPartAdded( KParts::Part* part )
if( !iface )
return;
- iface->setPixmap( KTextEditor::MarkInterface::markType07, SmallIcon("stop") );
+ iface->setPixmap( KTextEditor::MarkInterface::markType07, SmallIcon("process-stop") );
}
void ProblemReporter::slotPartRemoved( KParts::Part* part )