diff options
Diffstat (limited to 'kugar/lib/mspecialobject.h')
-rw-r--r-- | kugar/lib/mspecialobject.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kugar/lib/mspecialobject.h b/kugar/lib/mspecialobject.h index 58d18ca8..4493abef 100644 --- a/kugar/lib/mspecialobject.h +++ b/kugar/lib/mspecialobject.h @@ -9,7 +9,7 @@ #ifndef MSPECIALOBJECT_H #define MSPECIALOBJECT_H -#include <qdatetime.h> +#include <tqdatetime.h> #include "mlabelobject.h" @@ -43,7 +43,7 @@ protected: int format; public: /** Sets the field's data string with a date */ - void setText( QDate d ); + void setText( TQDate d ); /** Sets the field's data string with a page number */ void setText( int page ); /** Sets the field's type */ |