summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:25:11 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:25:11 -0500
commita02b9b382927f8f3cb93ccabed60676009ed2fa9 (patch)
tree552b885e08252ae017b649c56bc520e605bc2f8b
parent3207e9dd713d9514400ceb27dac4dc821579b48f (diff)
downloadkoffice-a02b9b38.tar.gz
koffice-a02b9b38.zip
Fix inadvertent tqt changes.
-rw-r--r--filters/karbon/svg/color.h2
-rw-r--r--filters/karbon/xaml/color.h2
-rw-r--r--kounavail/kounavail.h4
-rw-r--r--lib/kofficecore/kkbdaccessextensions.h2
-rw-r--r--lib/kopainter/svgnamedcolors.h2
5 files changed, 6 insertions, 6 deletions
diff --git a/filters/karbon/svg/color.h b/filters/karbon/svg/color.h
index 49bc2e52..f42522f9 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 49bc2e52..f42522f9 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 afbdbaaf..1a0e1c0e 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 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 )