summaryrefslogtreecommitdiffstats
path: root/src/tools/ntqfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/ntqfile.h')
-rw-r--r--src/tools/ntqfile.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/tools/ntqfile.h b/src/tools/ntqfile.h
index 829ae91d2..c007d5cbe 100644
--- a/src/tools/ntqfile.h
+++ b/src/tools/ntqfile.h
@@ -84,12 +84,12 @@ public:
bool at( Offset );
bool atEnd() const;
- Q_LONG readBlock( char *data, Q_ULONG len );
- Q_LONG writeBlock( const char *data, Q_ULONG len );
- Q_LONG writeBlock( const TQByteArray& data )
+ TQ_LONG readBlock( char *data, TQ_ULONG len );
+ TQ_LONG writeBlock( const char *data, TQ_ULONG len );
+ TQ_LONG writeBlock( const TQByteArray& data )
{ return TQIODevice::writeBlock(data); }
- Q_LONG readLine( char *data, Q_ULONG maxlen );
- Q_LONG readLine( TQString &, Q_ULONG maxlen );
+ TQ_LONG readLine( char *data, TQ_ULONG maxlen );
+ TQ_LONG readLine( TQString &, TQ_ULONG maxlen );
int getch();
int putch( int );