diff options
Diffstat (limited to 'khexedit/progress.h')
-rw-r--r-- | khexedit/progress.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/progress.h b/khexedit/progress.h index fa6e8a3..421637f 100644 --- a/khexedit/progress.h +++ b/khexedit/progress.h @@ -22,7 +22,7 @@ #ifndef _PROGRESS_H_ #define _PROGRESS_H_ -#include <qdatetime.h> +#include <tqdatetime.h> #include "hexerror.h" @@ -122,7 +122,7 @@ class CProgress private: ProgressFunc mProgressFunc; void *mClientData; - QTime mInterruptTimer; + TQTime mInterruptTimer; }; #endif |