diff options
Diffstat (limited to 'src/dialogs/qdialog.cpp')
-rw-r--r-- | src/dialogs/qdialog.cpp | 26 |
1 files changed, 13 insertions, 13 deletions
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() { |