summaryrefslogtreecommitdiffstats
path: root/languages/php/phperrorview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'languages/php/phperrorview.cpp')
-rw-r--r--languages/php/phperrorview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/php/phperrorview.cpp b/languages/php/phperrorview.cpp
index 9af14b0d..2ee5bbf3 100644
--- a/languages/php/phperrorview.cpp
+++ b/languages/php/phperrorview.cpp
@@ -356,7 +356,7 @@ void PHPErrorView::slotPartAdded( KParts::Part* part )
if ( !iface )
return;
- iface->setPixmap( KTextEditor::MarkInterface::markType07, SmallIcon("stop") );
+ iface->setPixmap( KTextEditor::MarkInterface::markType07, SmallIcon("process-stop") );
}
void PHPErrorView::slotPartRemoved( KParts::Part* part )