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/qprintdialog.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/dialogs/qprintdialog.cpp')
-rw-r--r-- | src/dialogs/qprintdialog.cpp | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/src/dialogs/qprintdialog.cpp b/src/dialogs/qprintdialog.cpp index 0e00609e4..f46d1a5e6 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. |