summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/analyzer/analyzericons.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/analyzer/analyzericons.h')
-rw-r--r--src/plugins/debugger/analyzer/analyzericons.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/analyzer/analyzericons.h b/src/plugins/debugger/analyzer/analyzericons.h
index c12014220f..6a79efcc3a 100644
--- a/src/plugins/debugger/analyzer/analyzericons.h
+++ b/src/plugins/debugger/analyzer/analyzericons.h
@@ -32,7 +32,7 @@ namespace Debugger {
namespace Icons {
const Utils::Icon ANALYZER_CONTROL_START({
- {QLatin1String(":/core/images/run_small.png"), Utils::Theme::IconsRunColor},
+ {QLatin1String(":/core/images/run_small.png"), Utils::Theme::IconsRunToolBarColor},
{QLatin1String(":/images/analyzer_overlay_small.png"), Utils::Theme::IconsBaseColor}});
const Utils::Icon MODE_ANALYZE_CLASSIC(
QLatin1String(":/images/mode_analyze.png"));