diff options
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 |