From b47847259808cc29f6bf98b8c788603d0d21a038 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 12 Sep 2014 12:59:53 -0500 Subject: Automated update from Qt3 --- src/tools/ntqtextstream.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/tools/ntqtextstream.h') diff --git a/src/tools/ntqtextstream.h b/src/tools/ntqtextstream.h index e0520a5c4..609cd0dcd 100644 --- a/src/tools/ntqtextstream.h +++ b/src/tools/ntqtextstream.h @@ -102,6 +102,8 @@ public: TQTextStream &operator<<( unsigned int ); TQTextStream &operator<<( signed long ); TQTextStream &operator<<( unsigned long ); + TQTextStream &operator<<( signed long long ); + TQTextStream &operator<<( unsigned long long ); TQTextStream &operator<<( float ); TQTextStream &operator<<( double ); TQTextStream &operator<<( const char* ); @@ -155,7 +157,8 @@ public: private: long input_int(); void init(); - TQTextStream &output_int( int, ulong, bool ); + TQTextStream &output_int( int, unsigned long long, bool ); + TQIODevice *dev; int fflags; -- cgit v1.2.1