summaryrefslogtreecommitdiffstats
path: root/src/kernel/qfontdatabase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qfontdatabase.cpp')
-rw-r--r--src/kernel/qfontdatabase.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/kernel/qfontdatabase.cpp b/src/kernel/qfontdatabase.cpp
index 6e2d3ebfd..96cc1118b 100644
--- a/src/kernel/qfontdatabase.cpp
+++ b/src/kernel/qfontdatabase.cpp
@@ -38,17 +38,17 @@
**
**********************************************************************/
-#include "qfontdatabase.h"
+#include "ntqfontdatabase.h"
#ifndef QT_NO_FONTDATABASE
-#include <qtl.h>
-#include <qapplication.h>
+#include <ntqtl.h>
+#include <ntqapplication.h>
#include <private/qunicodetables_p.h>
#include "qfontengine_p.h"
-#include <qcleanuphandler.h>
+#include <ntqcleanuphandler.h>
#ifdef Q_WS_X11
#include <locale.h>
@@ -1293,7 +1293,7 @@ TQString TQFontDatabase::styleString( const TQFont &f )
/*!
- \class TQFontDatabase qfontdatabase.h
+ \class TQFontDatabase ntqfontdatabase.h
\brief The TQFontDatabase class provides information about the fonts available in the underlying window system.
\ingroup environment
@@ -1332,8 +1332,8 @@ TQString TQFontDatabase::styleString( const TQFont &f )
Example:
\code
-#include <qapplication.h>
-#include <qfontdatabase.h>
+#include <ntqapplication.h>
+#include <ntqfontdatabase.h>
#include <else.h>
int main( int argc, char **argv )