summaryrefslogtreecommitdiffstats
path: root/libkdchart/KDChartLinesPainter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkdchart/KDChartLinesPainter.cpp')
-rw-r--r--libkdchart/KDChartLinesPainter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdchart/KDChartLinesPainter.cpp b/libkdchart/KDChartLinesPainter.cpp
index fbf5f0f..7ec51bb 100644
--- a/libkdchart/KDChartLinesPainter.cpp
+++ b/libkdchart/KDChartLinesPainter.cpp
@@ -800,7 +800,7 @@ void KDChartLinesPainter::specificPaintData( TQPainter* painter,
// preset with default values
int theLineWidth = default2DPen.width();
TQColor theLineColor = default2DPen.color();
- Qt::PenStyle theLineStyle = default2DPen.style();
+ TQt::PenStyle theLineStyle = default2DPen.style();
if( curPropSetId != KDChartPropertySet::UndefinedID ){
// we can safely call the following functions and ignore their
// return values since they will touch the parameters' values