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/qlabel.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/widgets/qlabel.cpp')
-rw-r--r-- | src/widgets/qlabel.cpp | 26 |
1 files changed, 13 insertions, 13 deletions
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 |