From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- src/widgets/qlabel.cpp | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'src/widgets/qlabel.cpp') diff --git a/src/widgets/qlabel.cpp b/src/widgets/qlabel.cpp index 73e913dfe..c78b99104 100644 --- a/src/widgets/qlabel.cpp +++ b/src/widgets/qlabel.cpp @@ -38,19 +38,19 @@ ** **********************************************************************/ -#include "qlabel.h" +#include "ntqlabel.h" #ifndef QT_NO_LABEL -#include "qpainter.h" -#include "qdrawutil.h" -#include "qaccel.h" -#include "qmovie.h" -#include "qimage.h" -#include "qbitmap.h" -#include "qpicture.h" -#include "qapplication.h" -#include "qsimplerichtext.h" -#include "qstylesheet.h" -#include "qstyle.h" +#include "ntqpainter.h" +#include "ntqdrawutil.h" +#include "ntqaccel.h" +#include "ntqmovie.h" +#include "ntqimage.h" +#include "ntqbitmap.h" +#include "ntqpicture.h" +#include "ntqapplication.h" +#include "ntqsimplerichtext.h" +#include "ntqstylesheet.h" +#include "ntqstyle.h" class TQLabelPrivate { @@ -67,7 +67,7 @@ public: /*! - \class TQLabel qlabel.h + \class TQLabel ntqlabel.h \brief The TQLabel widget provides a text or image display. \ingroup basic -- cgit v1.2.3