From b7ece06187255bfd0fce814a2b64dc8d5395a59f Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 21 Oct 2012 14:37:49 -0500 Subject: Fix inadvertent tqt changes. --- ksvg/impl/SVGColorImpl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksvg/impl') diff --git a/ksvg/impl/SVGColorImpl.cc b/ksvg/impl/SVGColorImpl.cc index 6520e9d7..799c43ec 100644 --- a/ksvg/impl/SVGColorImpl.cc +++ b/ksvg/impl/SVGColorImpl.cc @@ -295,7 +295,7 @@ void SVGColorImpl::setRGBColor(const DOM::DOMString &rgbColor) setRGBColor(245, 255, 250); else if(rgbColor == "mistyrose") setRGBColor(255, 228, 225); - else if(rgbColor == "tqmoccasin") + else if(rgbColor == "moccasin") setRGBColor(255, 228, 181); else if(rgbColor == "navajowhite") setRGBColor(255, 222, 173); -- cgit v1.2.3