diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/widgets/qdial.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/widgets/qdial.cpp')
-rw-r--r-- | src/widgets/qdial.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
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 <math.h> // 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). |