From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- src/dialogs/qprintdialog.cpp | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'src/dialogs/qprintdialog.cpp') diff --git a/src/dialogs/qprintdialog.cpp b/src/dialogs/qprintdialog.cpp index 0e00609e..f46d1a5e 100644 --- a/src/dialogs/qprintdialog.cpp +++ b/src/dialogs/qprintdialog.cpp @@ -38,31 +38,31 @@ ** **********************************************************************/ -#include "qprintdialog.h" +#include "ntqprintdialog.h" #ifndef QT_NO_PRINTDIALOG -#include "qfiledialog.h" -#include "qfile.h" -#include "qtextstream.h" -#include "qcombobox.h" -#include "qframe.h" -#include "qlabel.h" -#include "qlineedit.h" -#include "qpushbutton.h" -#include "qprinter.h" -#include "qlistview.h" -#include "qlayout.h" -#include "qbuttongroup.h" -#include "qradiobutton.h" -#include "qspinbox.h" -#include "qapplication.h" -#include "qheader.h" -#include "qstyle.h" -#include "qstring.h" -#include "qregexp.h" +#include "ntqfiledialog.h" +#include "ntqfile.h" +#include "ntqtextstream.h" +#include "ntqcombobox.h" +#include "ntqframe.h" +#include "ntqlabel.h" +#include "ntqlineedit.h" +#include "ntqpushbutton.h" +#include "ntqprinter.h" +#include "ntqlistview.h" +#include "ntqlayout.h" +#include "ntqbuttongroup.h" +#include "ntqradiobutton.h" +#include "ntqspinbox.h" +#include "ntqapplication.h" +#include "ntqheader.h" +#include "ntqstyle.h" +#include "ntqstring.h" +#include "ntqregexp.h" #if !defined(QT_NO_CUPS) || !defined(QT_NO_NIS) -#include "qlibrary.h" +#include "ntqlibrary.h" #endif #ifndef QT_NO_NIS @@ -825,7 +825,7 @@ static void qpd_cleanup_globaldialog() } /*! - \class TQPrintDialog qprintdialog.h + \class TQPrintDialog ntqprintdialog.h \brief The TQPrintDialog class provides a dialog for specifying the printer's configuration. -- cgit v1.2.1