summaryrefslogtreecommitdiffstats
path: root/src/qt3support/text/q3textstream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qt3support/text/q3textstream.cpp')
-rw-r--r--src/qt3support/text/q3textstream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt3support/text/q3textstream.cpp b/src/qt3support/text/q3textstream.cpp
index 41aab4d..8c86c7c 100644
--- a/src/qt3support/text/q3textstream.cpp
+++ b/src/qt3support/text/q3textstream.cpp
@@ -2084,7 +2084,7 @@ Q3TextStream &Q3TextStream::operator<<( void *ptr )
setf( hex, basefield );
setf( showbase );
unsetf( uppercase );
- output_int( I_LONG | I_UNSIGNED, (ulong)ptr, FALSE );
+ output_int( I_LONG | I_UNSIGNED, (quintptr)ptr, FALSE );
flags( f );
return *this;
}