summaryrefslogtreecommitdiffstats
path: root/doc/html/qpixmap-h.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:30 +0900
commit69d87202cb139ffe9e4b3ce92e434523b7b09b64 (patch)
tree7b133311a4d5e5394f2612dced305f815c04847b /doc/html/qpixmap-h.html
parente07baa10b7b8e7105e02a621efadac67216c61ed (diff)
downloadtqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.tar.gz
tqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.zip
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qpixmap-h.html')
-rw-r--r--doc/html/qpixmap-h.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/qpixmap-h.html b/doc/html/qpixmap-h.html
index bdf236a2..385bd696 100644
--- a/doc/html/qpixmap-h.html
+++ b/doc/html/qpixmap-h.html
@@ -104,7 +104,7 @@ public:
TQPixmap( const TQImage&amp; image );
TQPixmap( int w, int h, int depth = -1, Optimization = DefaultOptim );
TQPixmap( const TQSize &amp;, int depth = -1, Optimization = DefaultOptim );
-#ifndef QT_NO_IMAGEIO
+#ifndef TQT_NO_IMAGEIO
TQPixmap( const TQString&amp; fileName, const char *format=0,
ColorMode mode=Auto );
TQPixmap( const TQString&amp; fileName, const char *format,
@@ -138,17 +138,17 @@ public:
bool selfMask() const;
bool hasAlpha() const;
bool hasAlphaChannel() const;
-#ifndef QT_NO_IMAGE_HEURISTIC_MASK
+#ifndef TQT_NO_IMAGE_HEURISTIC_MASK
TQBitmap createHeuristicMask( bool clipTight = TRUE ) const;
#endif
-#ifndef QT_NO_MIME
+#ifndef TQT_NO_MIME
static TQPixmap fromMimeSource( const TQString&amp; abs_name );
#endif
static TQPixmap grabWindow( WId, int x=0, int y=0, int w=-1, int h=-1 );
static TQPixmap grabWidget( TQWidget * widget,
int x=0, int y=0, int w=-1, int h=-1 );
-#ifndef QT_NO_PIXMAP_TRANSFORMATION
+#ifndef TQT_NO_PIXMAP_TRANSFORMATION
TQPixmap xForm( const TQWMatrix &amp; ) const;
static TQWMatrix trueMatrix( const TQWMatrix &amp;, int w, int h );
#endif
@@ -156,7 +156,7 @@ public:
TQImage convertToImage() const;
bool convertFromImage( const TQImage &amp;, ColorMode mode=Auto );
bool convertFromImage( const TQImage &amp;, int conversion_flags );
-#ifndef QT_NO_IMAGEIO
+#ifndef TQT_NO_IMAGEIO
static const char* imageFormat( const TQString &amp;fileName );
bool load( const TQString&amp; fileName, const char *format=0,
ColorMode mode=Auto );
@@ -268,7 +268,7 @@ protected:
#endif
} *data;
private:
-#ifndef QT_NO_IMAGEIO
+#ifndef TQT_NO_IMAGEIO
bool doImageIO( TQImageIO* io, int quality ) const;
#endif
TQPixmap( int w, int h, int depth, bool, Optimization );
@@ -365,7 +365,7 @@ inline bool TQPixmap::isMultiCellPixmap() const
TQPixmap stream functions
*****************************************************************************/
-#if !defined(QT_NO_DATASTREAM) &amp;&amp; !defined(QT_NO_IMAGEIO)
+#if !defined(TQT_NO_DATASTREAM) &amp;&amp; !defined(TQT_NO_IMAGEIO)
Q_EXPORT TQDataStream &amp;operator&lt;&lt;( TQDataStream &amp;, const TQPixmap &amp; );
Q_EXPORT TQDataStream &amp;operator&gt;&gt;( TQDataStream &amp;, TQPixmap &amp; );
#endif
@@ -374,7 +374,7 @@ Q_EXPORT TQDataStream &amp;operator&gt;&gt;( TQDataStream &amp;, TQPixmap &amp;
TQPixmap (and TQImage) helper functions
*****************************************************************************/
-#ifndef QT_NO_PIXMAP_TRANSFORMATION
+#ifndef TQT_NO_PIXMAP_TRANSFORMATION
# define QT_XFORM_TYPE_MSBFIRST 0
# define QT_XFORM_TYPE_LSBFIRST 1
# if defined(Q_WS_WIN)