summaryrefslogtreecommitdiffstats
path: root/kmplot/kmplot/diagr.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmplot/kmplot/diagr.h')
-rw-r--r--kmplot/kmplot/diagr.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kmplot/kmplot/diagr.h b/kmplot/kmplot/diagr.h
index 23375821..b054f06e 100644
--- a/kmplot/kmplot/diagr.h
+++ b/kmplot/kmplot/diagr.h
@@ -32,7 +32,7 @@
#include <math.h>
#include <stdio.h>
-// Qt includes
+// TQt includes
#include <tqpainter.h>
//@{
@@ -87,9 +87,9 @@ public:
* These members hold the current options for line widths and colors
*/
//@{
- QRgb frameColor; ///< color of the border frame
- QRgb axesColor; ///< color of the axes
- QRgb gridColor; ///< color of the grid
+ TQRgb frameColor; ///< color of the border frame
+ TQRgb axesColor; ///< color of the axes
+ TQRgb gridColor; ///< color of the grid
uint borderThickness, ///< current line width for the border frame
axesLineWidth, ///< current line width for the axes