summaryrefslogtreecommitdiffstats
path: root/src/widgets/qdial.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/qdial.cpp')
-rw-r--r--src/widgets/qdial.cpp20
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).