summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/kofficecore/kkbdaccessextensions.h2
-rw-r--r--lib/kopainter/svgnamedcolors.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficecore/kkbdaccessextensions.h b/lib/kofficecore/kkbdaccessextensions.h
index e520b1ec..46b99b2f 100644
--- a/lib/kofficecore/kkbdaccessextensions.h
+++ b/lib/kofficecore/kkbdaccessextensions.h
@@ -109,7 +109,7 @@ class KMainWindow;
*/
class KOFFICECORE_EXPORT KKbdAccessExtensions : public TQObject
{
- // TODO: A .tqmoc isn't really needed right now, but see TODO in eventFilter method.
+ // TODO: A .moc isn't really needed right now, but see TODO in eventFilter method.
// TQ_PROPERTY(int stepSize READ stepSize WRITE setStepSize)
public:
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 )