diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/kernel/qfontdatabase.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/kernel/qfontdatabase.cpp')
-rw-r--r-- | src/kernel/qfontdatabase.cpp | 14 |
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 ) |