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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kopainter/svgnamedcolors.h b/lib/kopainter/svgnamedcolors.h
index bf926331..d31e38d7 100644
--- a/lib/kopainter/svgnamedcolors.h
+++ b/lib/kopainter/svgnamedcolors.h
@@ -6,7 +6,7 @@
g = green; \
}
-void svgNamedColorToRGB( QString rgbColor, int &r, int &g, int &b )
+void svgNamedColorToRGB( TQString rgbColor, int &r, int &g, int &b )
{
if( rgbColor == "aliceblue" )
TORGB( 240, 248, 255)
@@ -206,7 +206,7 @@ void svgNamedColorToRGB( QString rgbColor, int &r, int &g, int &b )
TORGB( 245, 255, 250 )
else if( rgbColor == "mistyrose" )
TORGB( 255, 228, 225 )
- else if( rgbColor == "moccasin" )
+ else if( rgbColor == "tqmoccasin" )
TORGB( 255, 228, 181 )
else if( rgbColor == "navajowhite" )
TORGB( 255, 222, 173 )