diff options
Diffstat (limited to 'src/widgets/qcheckbox.cpp')
-rw-r--r-- | src/widgets/qcheckbox.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/widgets/qcheckbox.cpp b/src/widgets/qcheckbox.cpp index 7b63674fd..b4982a167 100644 --- a/src/widgets/qcheckbox.cpp +++ b/src/widgets/qcheckbox.cpp @@ -38,19 +38,19 @@ ** **********************************************************************/ -#include "qcheckbox.h" +#include "ntqcheckbox.h" #ifndef QT_NO_CHECKBOX -#include "qpainter.h" -#include "qdrawutil.h" -#include "qpixmap.h" -#include "qpixmapcache.h" -#include "qbitmap.h" -#include "qtextstream.h" -#include "qapplication.h" -#include "qstyle.h" +#include "ntqpainter.h" +#include "ntqdrawutil.h" +#include "ntqpixmap.h" +#include "ntqpixmapcache.h" +#include "ntqbitmap.h" +#include "ntqtextstream.h" +#include "ntqapplication.h" +#include "ntqstyle.h" /*! - \class TQCheckBox qcheckbox.h + \class TQCheckBox ntqcheckbox.h \brief The TQCheckBox widget provides a checkbox with a text label. \ingroup basic |