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.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;