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/qdialog.cpp | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'src/dialogs/qdialog.cpp') diff --git a/src/dialogs/qdialog.cpp b/src/dialogs/qdialog.cpp index 4f99ae9e6..1ef49e0c0 100644 --- a/src/dialogs/qdialog.cpp +++ b/src/dialogs/qdialog.cpp @@ -38,22 +38,22 @@ ** **********************************************************************/ -#include "qdialog.h" +#include "ntqdialog.h" #ifndef QT_NO_DIALOG -#include "qpushbutton.h" -#include "qfocusdata.h" -#include "qapplication.h" -#include "qobjectlist.h" -#include "qwidgetlist.h" -#include "qlayout.h" -#include "qsizegrip.h" -#include "qwhatsthis.h" -#include "qpopupmenu.h" -#include "qcursor.h" +#include "ntqpushbutton.h" +#include "ntqfocusdata.h" +#include "ntqapplication.h" +#include "ntqobjectlist.h" +#include "ntqwidgetlist.h" +#include "ntqlayout.h" +#include "ntqsizegrip.h" +#include "ntqwhatsthis.h" +#include "ntqpopupmenu.h" +#include "ntqcursor.h" #if defined(QT_ACCESSIBILITY_SUPPORT) -#include "qaccessible.h" +#include "ntqaccessible.h" #endif #if defined( Q_OS_TEMP ) #include "qt_windows.h" @@ -344,7 +344,7 @@ void TQDialog::hideDefault() Hides special buttons which are rather shown in the titlebar on WinCE, to conserve screen space. */ -# include "qmessagebox.h" +# include "ntqmessagebox.h" extern const char * mb_texts[]; // Defined in qmessagebox.cpp void TQDialog::hideSpecial() { -- cgit v1.2.3