summaryrefslogtreecommitdiffstats
path: root/languages/pascal/problemreporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'languages/pascal/problemreporter.cpp')
-rw-r--r--languages/pascal/problemreporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/pascal/problemreporter.cpp b/languages/pascal/problemreporter.cpp
index 2b477063..d0aaf01a 100644
--- a/languages/pascal/problemreporter.cpp
+++ b/languages/pascal/problemreporter.cpp
@@ -273,7 +273,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 )