diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/dialogs/qdialog.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
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() { |