summaryrefslogtreecommitdiffstats
path: root/src/kernel/qfont.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /src/kernel/qfont.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/kernel/qfont.cpp')
-rw-r--r--src/kernel/qfont.cpp34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/kernel/qfont.cpp b/src/kernel/qfont.cpp
index 5fd1a8755..6e78fa43a 100644
--- a/src/kernel/qfont.cpp
+++ b/src/kernel/qfont.cpp
@@ -40,19 +40,19 @@
#define QT_FATAL_ASSERT
-#include "qfont.h"
-#include "qfontdatabase.h"
-#include "qfontmetrics.h"
-#include "qfontinfo.h"
-#include "qpainter.h"
-#include "qdict.h"
-#include "qcache.h"
-#include "qdatastream.h"
-#include "qapplication.h"
-#include "qcleanuphandler.h"
-#include "qstringlist.h"
+#include "ntqfont.h"
+#include "ntqfontdatabase.h"
+#include "ntqfontmetrics.h"
+#include "ntqfontinfo.h"
+#include "ntqpainter.h"
+#include "ntqdict.h"
+#include "ntqcache.h"
+#include "ntqdatastream.h"
+#include "ntqapplication.h"
+#include "ntqcleanuphandler.h"
+#include "ntqstringlist.h"
#ifdef Q_WS_MAC
-#include "qpaintdevicemetrics.h"
+#include "ntqpaintdevicemetrics.h"
#endif
#include <private/qunicodetables_p.h>
@@ -237,7 +237,7 @@ TQFontEngineData::~TQFontEngineData()
/*!
- \class TQFont qfont.h
+ \class TQFont ntqfont.h
\brief The TQFont class specifies a font used for drawing text.
\ingroup graphics
@@ -1808,7 +1808,7 @@ TQDataStream &operator>>( TQDataStream &s, TQFont &font )
*****************************************************************************/
/*!
- \class TQFontMetrics qfontmetrics.h
+ \class TQFontMetrics ntqfontmetrics.h
\brief The TQFontMetrics class provides font metrics information.
\ingroup graphics
@@ -2443,7 +2443,7 @@ TQRect TQFontMetrics::boundingRect( TQChar ch ) const
If several of the horizontal or several of the vertical alignment
flags are set, the resulting alignment is undefined.
- These flags are defined in \c qnamespace.h.
+ These flags are defined in \c ntqnamespace.h.
If \c ExpandTabs is set in \a flgs, then: if \a tabarray is
non-null, it specifies a 0-terminated sequence of pixel-positions
@@ -2505,7 +2505,7 @@ TQRect TQFontMetrics::boundingRect( int x, int y, int w, int h, int flgs,
\i \c WordBreak breaks the text to fit the rectangle.
\endlist
- These flags are defined in \c qnamespace.h.
+ These flags are defined in \c ntqnamespace.h.
If \c ExpandTabs is set in \a flgs, then: if \a tabarray is
non-null, it specifies a 0-terminated sequence of pixel-positions
@@ -2591,7 +2591,7 @@ int TQFontMetrics::lineWidth() const
*****************************************************************************/
/*!
- \class TQFontInfo qfontinfo.h
+ \class TQFontInfo ntqfontinfo.h
\brief The TQFontInfo class provides general information about fonts.