summaryrefslogtreecommitdiffstats
path: root/doc/html/qimage-h.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-13 13:18:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-14 10:35:25 +0900
commiteb42871e999672a8fad5793733c58be05928c8ea (patch)
tree57323eeb0fc8e0f0c30389b23d1aac0870ff3953 /doc/html/qimage-h.html
parent440483234fd5d8f29517d9c84b4227db80a90361 (diff)
downloadtqt-eb42871e.tar.gz
tqt-eb42871e.zip
Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1ba13366a7a377d50b9e8df9044ce11d8209f98c)
Diffstat (limited to 'doc/html/qimage-h.html')
-rw-r--r--doc/html/qimage-h.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qimage-h.html b/doc/html/qimage-h.html
index 27e0f3f68..b6b952c15 100644
--- a/doc/html/qimage-h.html
+++ b/doc/html/qimage-h.html
@@ -85,7 +85,7 @@ body { background: #ffffff; color: black; }
class TQImageDataMisc; // internal
#ifndef TQT_NO_IMAGE_TEXT
-class Q_EXPORT TQImageTextKeyLang {
+class TQ_EXPORT TQImageTextKeyLang {
public:
TQImageTextKeyLang(const char* k, const char* l) : key(k), lang(l) { }
TQImageTextKeyLang() { }
@@ -101,7 +101,7 @@ public:
#endif //TQT_NO_IMAGE_TEXT
-class Q_EXPORT TQImage
+class TQ_EXPORT TQImage
{
public:
enum Endian { IgnoreEndian, BigEndian, LittleEndian };
@@ -285,7 +285,7 @@ private:
#ifndef TQT_NO_IMAGEIO
bool doImageIO( TQImageIO* io, int quality ) const;
#endif
- friend Q_EXPORT void bitBlt( TQImage* dst, int dx, int dy,
+ friend TQ_EXPORT void bitBlt( TQImage* dst, int dx, int dy,
const TQImage* src, int sx, int sy,
int sw, int sh, int conversion_flags );
};
@@ -294,8 +294,8 @@ private:
// TQImage stream functions
#if !defined(TQT_NO_DATASTREAM) &amp;&amp; !defined(TQT_NO_IMAGEIO)
-Q_EXPORT TQDataStream &amp;operator&lt;&lt;( TQDataStream &amp;, const TQImage &amp; );
-Q_EXPORT TQDataStream &amp;operator&gt;&gt;( TQDataStream &amp;, TQImage &amp; );
+TQ_EXPORT TQDataStream &amp;operator&lt;&lt;( TQDataStream &amp;, const TQImage &amp; );
+TQ_EXPORT TQDataStream &amp;operator&gt;&gt;( TQDataStream &amp;, TQImage &amp; );
#endif
#ifndef TQT_NO_IMAGEIO
@@ -306,7 +306,7 @@ typedef void (*image_io_handler)( TQImageIO * ); // image IO handler
struct TQImageIOData;
-class Q_EXPORT TQImageIO
+class TQ_EXPORT TQImageIO
{
public:
TQImageIO();
@@ -370,7 +370,7 @@ private: // Disabled copy constructor and operator=
#endif //TQT_NO_IMAGEIO
-Q_EXPORT void bitBlt( TQImage* dst, int dx, int dy, const TQImage* src,
+TQ_EXPORT void bitBlt( TQImage* dst, int dx, int dy, const TQImage* src,
int sx=0, int sy=0, int sw=-1, int sh=-1,
int conversion_flags=0 );