summaryrefslogtreecommitdiffstats
path: root/doc/html/qfont-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/qfont-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/qfont-h.html')
-rw-r--r--doc/html/qfont-h.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qfont-h.html b/doc/html/qfont-h.html
index 76f0b23c8..9bf038c80 100644
--- a/doc/html/qfont-h.html
+++ b/doc/html/qfont-h.html
@@ -87,7 +87,7 @@ class TQFontPrivate; /* don't touch */
class TQStringList;
class TQTextFormatCollection;
-class Q_EXPORT TQFont
+class TQ_EXPORT TQFont
{
public:
enum StyleHint {
@@ -377,8 +377,8 @@ private:
friend TQt::HANDLE qt_xft_handle(const TQFont &amp;font);
#endif
#ifndef TQT_NO_DATASTREAM
- friend Q_EXPORT TQDataStream &amp;operator&lt;&lt;( TQDataStream &amp;, const TQFont &amp; );
- friend Q_EXPORT TQDataStream &amp;operator&gt;&gt;( TQDataStream &amp;, TQFont &amp; );
+ friend TQ_EXPORT TQDataStream &amp;operator&lt;&lt;( TQDataStream &amp;, const TQFont &amp; );
+ friend TQ_EXPORT TQDataStream &amp;operator&gt;&gt;( TQDataStream &amp;, TQFont &amp; );
#endif
TQFontPrivate *d;
@@ -400,8 +400,8 @@ inline void TQFont::setBold( bool enable )
*****************************************************************************/
#ifndef TQT_NO_DATASTREAM
-Q_EXPORT TQDataStream &amp;operator&lt;&lt;( TQDataStream &amp;, const TQFont &amp; );
-Q_EXPORT TQDataStream &amp;operator&gt;&gt;( TQDataStream &amp;, TQFont &amp; );
+TQ_EXPORT TQDataStream &amp;operator&lt;&lt;( TQDataStream &amp;, const TQFont &amp; );
+TQ_EXPORT TQDataStream &amp;operator&gt;&gt;( TQDataStream &amp;, TQFont &amp; );
#endif