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/qmessagebox.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/dialogs/qmessagebox.cpp')
-rw-r--r-- | src/dialogs/qmessagebox.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/dialogs/qmessagebox.cpp b/src/dialogs/qmessagebox.cpp index e0545de32..fc902b5a0 100644 --- a/src/dialogs/qmessagebox.cpp +++ b/src/dialogs/qmessagebox.cpp @@ -38,19 +38,19 @@ ** **********************************************************************/ -#include "qmessagebox.h" +#include "ntqmessagebox.h" #ifndef QT_NO_MESSAGEBOX -#include "qaccel.h" -#include "qlabel.h" -#include "qpushbutton.h" -#include "qimage.h" -#include "qapplication.h" -#include "qstyle.h" -#include "qobjectlist.h" +#include "ntqaccel.h" +#include "ntqlabel.h" +#include "ntqpushbutton.h" +#include "ntqimage.h" +#include "ntqapplication.h" +#include "ntqstyle.h" +#include "ntqobjectlist.h" #if defined(QT_ACCESSIBILITY_SUPPORT) -#include "qaccessible.h" +#include "ntqaccessible.h" #endif #if defined QT_NON_COMMERCIAL #include "qnc_win.h" |