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/qdial.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/widgets/qdial.cpp') diff --git a/src/widgets/qdial.cpp b/src/widgets/qdial.cpp index b7736f5eb..683a634f7 100644 --- a/src/widgets/qdial.cpp +++ b/src/widgets/qdial.cpp @@ -38,19 +38,19 @@ ** **********************************************************************/ -#include "qdial.h" +#include "ntqdial.h" #ifndef QT_NO_DIAL -#include "qpainter.h" -#include "qpointarray.h" -#include "qcolor.h" -#include "qapplication.h" -#include "qregion.h" -#include "qbitmap.h" -#include "qstyle.h" +#include "ntqpainter.h" +#include "ntqpointarray.h" +#include "ntqcolor.h" +#include "ntqapplication.h" +#include "ntqregion.h" +#include "ntqbitmap.h" +#include "ntqstyle.h" #if defined(QT_ACCESSIBILITY_SUPPORT) -#include "qaccessible.h" +#include "ntqaccessible.h" #endif #include // sin(), cos(), atan() @@ -87,7 +87,7 @@ public: /*! - \class TQDial qdial.h + \class TQDial ntqdial.h \brief The TQDial class provides a rounded range control (like a speedometer or potentiometer). -- cgit v1.2.3