summaryrefslogtreecommitdiffstats
path: root/lib
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 /lib
parent3207e9dd713d9514400ceb27dac4dc821579b48f (diff)
downloadkoffice-a02b9b382927f8f3cb93ccabed60676009ed2fa9.tar.gz
koffice-a02b9b382927f8f3cb93ccabed60676009ed2fa9.zip
Fix inadvertent tqt changes.
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 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 )