diff options
Diffstat (limited to 'libkdchart/KDChartTableBase.cpp')
| -rw-r--r-- | libkdchart/KDChartTableBase.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/libkdchart/KDChartTableBase.cpp b/libkdchart/KDChartTableBase.cpp index 1ebfa9f..fcec2c5 100644 --- a/libkdchart/KDChartTableBase.cpp +++ b/libkdchart/KDChartTableBase.cpp @@ -74,7 +74,7 @@     future absicssa axis value:     \verbatim -   const TQDateTime currentTime( TQDateTime::tqcurrentDateTime() ); +   const TQDateTime currentTime( TQDateTime::currentDateTime() );     for( int iCell = 0;  iCell < usedValues;  ++iCell ){     KDChartData& cell = myData.cell( 0, iCell );     // assign special property set ID if X value is in the future | 
