summaryrefslogtreecommitdiffstats
path: root/src/widgets/qdial.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-15 19:08:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /src/widgets/qdial.cpp
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt-a30f5359.tar.gz
tqt-a30f5359.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/widgets/qdial.cpp')
-rw-r--r--src/widgets/qdial.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/qdial.cpp b/src/widgets/qdial.cpp
index 741f2c70b..8e2a63b5a 100644
--- a/src/widgets/qdial.cpp
+++ b/src/widgets/qdial.cpp
@@ -42,9 +42,9 @@
#ifndef TQT_NO_DIAL
-#include "ntqpainter.h"
+#include "tqpainter.h"
#include "ntqpointarray.h"
-#include "ntqcolor.h"
+#include "tqcolor.h"
#include "ntqapplication.h"
#include "ntqregion.h"
#include "tqbitmap.h"
@@ -54,7 +54,7 @@
#endif
#include <math.h> // sin(), cos(), atan()
-//### Forutsetter linking med math lib - Jfr kommentar i qpainter_x11.cpp!
+//### Forutsetter linking med math lib - Jfr kommentar i tqpainter_x11.cpp!
static const double m_pi = 3.14159265358979323846;
static const double rad_factor = 180.0 / m_pi;