diff --git a/filters/karbon/svg/color.h b/filters/karbon/svg/color.h index 49bc2e52e..f42522f96 100644 --- a/filters/karbon/svg/color.h +++ b/filters/karbon/svg/color.h @@ -206,7 +206,7 @@ void keywordToRGB( 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 ) diff --git a/filters/karbon/xaml/color.h b/filters/karbon/xaml/color.h index 49bc2e52e..f42522f96 100644 --- a/filters/karbon/xaml/color.h +++ b/filters/karbon/xaml/color.h @@ -206,7 +206,7 @@ void keywordToRGB( 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 ) diff --git a/kounavail/kounavail.h b/kounavail/kounavail.h index afbdbaaf3..1a0e1c0e2 100644 --- a/kounavail/kounavail.h +++ b/kounavail/kounavail.h @@ -51,14 +51,14 @@ public: enum UnavailReason { DocumentNotFound, HandlerNotFound }; /** This is called by KoDocumentChild::createUnavailDocument */ void setUnavailReason( const TQString& reason ) { m_reason = reason; } - // stupid tqmoc - I want a write-only property ! + // stupid moc - I want a write-only property ! TQString unavailReason() const { return m_reason; } /** This is called by KoDocumentChild::createUnavailDocument * Note the trick: we directly modify the URL of the document, * the one returned by KPart's url() */ void setRealURL( const TQString& u ) { m_url = u; } - // stupid tqmoc again + // stupid moc again TQString realURL() const { return m_url.url(); } protected: diff --git a/lib/kofficecore/kkbdaccessextensions.h b/lib/kofficecore/kkbdaccessextensions.h index e520b1ec3..46b99b2fc 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 d31e38d77..1a12f050a 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 )