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/widgets/qgroupbox.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/widgets/qgroupbox.cpp')
-rw-r--r-- | src/widgets/qgroupbox.cpp | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/widgets/qgroupbox.cpp b/src/widgets/qgroupbox.cpp index 05f88387f..e6d2ad583 100644 --- a/src/widgets/qgroupbox.cpp +++ b/src/widgets/qgroupbox.cpp @@ -38,26 +38,26 @@ ** **********************************************************************/ -#include "qgroupbox.h" +#include "ntqgroupbox.h" #ifndef QT_NO_GROUPBOX -#include "qlayout.h" -#include "qpainter.h" -#include "qbitmap.h" -#include "qaccel.h" -#include "qradiobutton.h" -#include "qfocusdata.h" -#include "qobjectlist.h" -#include "qdrawutil.h" -#include "qapplication.h" -#include "qstyle.h" -#include "qcheckbox.h" -#include "qbuttongroup.h" +#include "ntqlayout.h" +#include "ntqpainter.h" +#include "ntqbitmap.h" +#include "ntqaccel.h" +#include "ntqradiobutton.h" +#include "ntqfocusdata.h" +#include "ntqobjectlist.h" +#include "ntqdrawutil.h" +#include "ntqapplication.h" +#include "ntqstyle.h" +#include "ntqcheckbox.h" +#include "ntqbuttongroup.h" #if defined(QT_ACCESSIBILITY_SUPPORT) -#include "qaccessible.h" +#include "ntqaccessible.h" #endif /*! - \class TQGroupBox qgroupbox.h + \class TQGroupBox ntqgroupbox.h \brief The TQGroupBox widget provides a group box frame with a title. \ingroup organizers |