summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/kernel/tqpixmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/src/kernel/tqpixmap.cpp')
-rw-r--r--tqtinterface/qt4/src/kernel/tqpixmap.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tqtinterface/qt4/src/kernel/tqpixmap.cpp b/tqtinterface/qt4/src/kernel/tqpixmap.cpp
index f47fb38..8fb5380 100644
--- a/tqtinterface/qt4/src/kernel/tqpixmap.cpp
+++ b/tqtinterface/qt4/src/kernel/tqpixmap.cpp
@@ -637,7 +637,7 @@ TQPixmap::TQPixmap( const TQSize &size, int depth, Optimization optimization )
The \a fileName, \a format and \a conversion_flags parameters are
passed on to load(). This means that the data in \a fileName is
- not compiled into the binary. If \a fileName tqcontains a relative
+ not compiled into the binary. If \a fileName contains a relative
path (e.g. the filename only) the relevant file must be found
relative to the runtime working directory.
@@ -663,7 +663,7 @@ TQPixmap::TQPixmap( const TQString& fileName, const char *format,
The \a fileName, \a format and \a mode parameters are passed on to
load(). This means that the data in \a fileName is not compiled
- into the binary. If \a fileName tqcontains a relative path (e.g. the
+ into the binary. If \a fileName contains a relative path (e.g. the
filename only) the relevant file must be found relative to the
runtime working directory.
@@ -1698,7 +1698,7 @@ TQDataStream &operator>>( TQDataStream &s, TQPixmap &pixmap )
TQPixmap (and TQImage) helper functions
*****************************************************************************/
/*
- This internal function tqcontains the common (i.e. platform independent) code
+ This internal function contains the common (i.e. platform independent) code
to do a transformation of pixel data. It is used by TQPixmap::xForm() and by
TQImage::xForm().