summaryrefslogtreecommitdiffstats
path: root/src/kernel/qinternal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qinternal.cpp')
-rw-r--r--src/kernel/qinternal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/qinternal.cpp b/src/kernel/qinternal.cpp
index 0b64c69c..453ff05b 100644
--- a/src/kernel/qinternal.cpp
+++ b/src/kernel/qinternal.cpp
@@ -679,7 +679,7 @@ TQMembuf::~TQMembuf()
buffer and copies it into \a sink. If \a sink is a 0 pointer
the data goes into the nirvana.
*/
-bool TQMembuf::consumeBytes( Q_ULONG nbytes, char *sink )
+bool TQMembuf::consumeBytes( TQ_ULONG nbytes, char *sink )
{
if ( nbytes <= 0 || nbytes > _size )
return FALSE;