summaryrefslogtreecommitdiffstats
path: root/doc/html/qfont-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/qfont-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/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 d9316433a..76f0b23c8 100644
--- a/doc/html/qfont-h.html
+++ b/doc/html/qfont-h.html
@@ -217,14 +217,14 @@ public:
TQString toString() const;
bool fromString(const TQString &amp;);
-#ifndef QT_NO_STRINGLIST
+#ifndef TQT_NO_STRINGLIST
static TQString substitute(const TQString &amp;);
static TQStringList substitutes(const TQString &amp;);
static TQStringList substitutions();
static void insertSubstitution(const TQString&amp;, const TQString &amp;);
static void insertSubstitutions(const TQString&amp;, const TQStringList &amp;);
static void removeSubstitution(const TQString &amp;);
-#endif //QT_NO_STRINGLIST
+#endif //TQT_NO_STRINGLIST
static void initialize();
static void cleanup();
#ifndef Q_WS_QWS
@@ -373,10 +373,10 @@ private:
friend class TQTextLayout;
friend class TQTextItem;
friend class TQGLContext;
-#if defined(Q_WS_X11) &amp;&amp; !defined(QT_NO_XFTFREETYPE)
+#if defined(Q_WS_X11) &amp;&amp; !defined(TQT_NO_XFTFREETYPE)
friend TQt::HANDLE qt_xft_handle(const TQFont &amp;font);
#endif
-#ifndef QT_NO_DATASTREAM
+#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; );
#endif
@@ -399,7 +399,7 @@ inline void TQFont::setBold( bool enable )
TQFont stream functions
*****************************************************************************/
-#ifndef QT_NO_DATASTREAM
+#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; );
#endif