summaryrefslogtreecommitdiffstats
path: root/lib/kopainter/svgnamedcolors.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kopainter/svgnamedcolors.h')
-rw-r--r--lib/kopainter/svgnamedcolors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kopainter/svgnamedcolors.h b/lib/kopainter/svgnamedcolors.h
index d31e38d7..1a12f050 100644
--- a/lib/kopainter/svgnamedcolors.h
+++ b/lib/kopainter/svgnamedcolors.h
@@ -206,7 +206,7 @@ void svgNamedColorToRGB( TQString rgbColor, int &r, int &g, int &b )
TORGB( 245, 255, 250 )
else if( rgbColor == "mistyrose" )
TORGB( 255, 228, 225 )
- else if( rgbColor == "tqmoccasin" )
+ else if( rgbColor == "moccasin" )
TORGB( 255, 228, 181 )
else if( rgbColor == "navajowhite" )
TORGB( 255, 222, 173 )