diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/dialogs/qfontdialog.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/dialogs/qfontdialog.cpp')
-rw-r--r-- | src/dialogs/qfontdialog.cpp | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/src/dialogs/qfontdialog.cpp b/src/dialogs/qfontdialog.cpp index 317a2ec1e..48ecb3d61 100644 --- a/src/dialogs/qfontdialog.cpp +++ b/src/dialogs/qfontdialog.cpp @@ -38,33 +38,33 @@ ** **********************************************************************/ -#include "qwindowdefs.h" +#include "ntqwindowdefs.h" #ifndef QT_NO_FONTDIALOG -#include "qfontdialog.h" - -#include "qlineedit.h" -#include "qlistbox.h" -#include "qpushbutton.h" -#include "qcheckbox.h" -#include "qcombobox.h" -#include "qlayout.h" -#include "qvgroupbox.h" -#include "qhgroupbox.h" -#include "qlabel.h" -#include "qapplication.h" -#include "qfontdatabase.h" -#include "qstyle.h" +#include "ntqfontdialog.h" + +#include "ntqlineedit.h" +#include "ntqlistbox.h" +#include "ntqpushbutton.h" +#include "ntqcheckbox.h" +#include "ntqcombobox.h" +#include "ntqlayout.h" +#include "ntqvgroupbox.h" +#include "ntqhgroupbox.h" +#include "ntqlabel.h" +#include "ntqapplication.h" +#include "ntqfontdatabase.h" +#include "ntqstyle.h" #include <private/qfontdata_p.h> -#include <qvalidator.h> +#include <ntqvalidator.h> #ifdef Q_WS_X11 #include "private/qtkdeintegration_x11_p.h" #endif /*! - \class TQFontDialog qfontdialog.h + \class TQFontDialog ntqfontdialog.h \ingroup dialogs \mainclass \brief The TQFontDialog class provides a dialog widget for selecting a font. @@ -470,7 +470,7 @@ bool TQFontDialog::eventFilter( TQObject * o , TQEvent * e ) #endif #ifdef SHOW_FONTS_IN_FAMILIES -#include "qpainter.h" +#include "ntqpainter.h" #include <sizeedit.h> class TQListBoxFontText : public TQListBoxText |