summaryrefslogtreecommitdiffstats
path: root/src/kernel/qfont.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qfont.cpp')
-rw-r--r--src/kernel/qfont.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/kernel/qfont.cpp b/src/kernel/qfont.cpp
index 856db67d..45594112 100644
--- a/src/kernel/qfont.cpp
+++ b/src/kernel/qfont.cpp
@@ -1369,7 +1369,7 @@ void TQFont::setDefaultFont( const TQFont &f )
-#ifndef QT_NO_STRINGLIST
+#ifndef TQT_NO_STRINGLIST
/*****************************************************************************
TQFont substitution management
@@ -1540,7 +1540,7 @@ TQStringList TQFont::substitutions()
return ret;
}
-#endif // QT_NO_STRINGLIST
+#endif // TQT_NO_STRINGLIST
/* \internal
@@ -1572,7 +1572,7 @@ static TQ_UINT8 get_font_bits( const TQFontPrivate *f )
}
-#ifndef QT_NO_DATASTREAM
+#ifndef TQT_NO_DATASTREAM
/* \internal
Internal function. Sets boolean font settings from an unsigned
@@ -1639,7 +1639,7 @@ TQString TQFont::toString() const
*/
bool TQFont::fromString(const TQString &descrip)
{
-#ifndef QT_NO_STRINGLIST
+#ifndef TQT_NO_STRINGLIST
TQStringList l(TQStringList::split(',', descrip));
int count = (int)l.count();
@@ -1654,7 +1654,7 @@ bool TQFont::fromString(const TQString &descrip)
from = to+1;
to = descrip.find( ',', from );
}
-#endif // QT_NO_STRINGLIST
+#endif // TQT_NO_STRINGLIST
if ( !count || ( count > 2 && count < 9 ) || count > 11 ) {
#ifdef QT_CHECK_STATE
@@ -1708,7 +1708,7 @@ void TQFont::cacheStatistics()
/*****************************************************************************
TQFont stream functions
*****************************************************************************/
-#ifndef QT_NO_DATASTREAM
+#ifndef TQT_NO_DATASTREAM
/*!
\relates TQFont
@@ -1798,7 +1798,7 @@ TQDataStream &operator>>( TQDataStream &s, TQFont &font )
return s;
}
-#endif // QT_NO_DATASTREAM
+#endif // TQT_NO_DATASTREAM