diff options
Diffstat (limited to 'kdvi/performanceMeasurement.h')
-rw-r--r-- | kdvi/performanceMeasurement.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdvi/performanceMeasurement.h b/kdvi/performanceMeasurement.h index b6cb46c7..d7e4c9b4 100644 --- a/kdvi/performanceMeasurement.h +++ b/kdvi/performanceMeasurement.h @@ -3,13 +3,13 @@ //#define PERFORMANCE_MEASUREMENT #ifdef PERFORMANCE_MEASUREMENT -#include <qdatetime.h> +#include <tqdatetime.h> // This is the central timer used for performance measurement. It is // set to zero and started when the kdvi_multipage is // constructed. This object is statically defined in // kdvi_multipage.cpp. -extern QTime performanceTimer; +extern TQTime performanceTimer; // A flag that is set to true once the first page of the document was // successfully drawn. This object is statically defined in |