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/widgets/qdialogbuttons.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/widgets/qdialogbuttons.cpp')
-rw-r--r-- | src/widgets/qdialogbuttons.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/widgets/qdialogbuttons.cpp b/src/widgets/qdialogbuttons.cpp index d87288dc8..2aad8a193 100644 --- a/src/widgets/qdialogbuttons.cpp +++ b/src/widgets/qdialogbuttons.cpp @@ -39,17 +39,17 @@ #include "qdialogbuttons_p.h" #ifndef QT_NO_DIALOGBUTTONS -#include <qapplication.h> -#include <qpushbutton.h> -#include <qguardedptr.h> -#include <qmap.h> -#include <qvariant.h> +#include <ntqapplication.h> +#include <ntqpushbutton.h> +#include <ntqguardedptr.h> +#include <ntqmap.h> +#include <ntqvariant.h> #ifndef QT_NO_DIALOG -#include <qdialog.h> +#include <ntqdialog.h> #endif // QT_NO_DIALOG -#include <qlayout.h> -#include <qstyle.h> -#include <qmap.h> +#include <ntqlayout.h> +#include <ntqstyle.h> +#include <ntqmap.h> struct TQDialogButtonsPrivate { |