summaryrefslogtreecommitdiffstats
path: root/doc/html/qiodevice-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qiodevice-h.html')
-rw-r--r--doc/html/qiodevice-h.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/qiodevice-h.html b/doc/html/qiodevice-h.html
index dfe36a22..4cad06b6 100644
--- a/doc/html/qiodevice-h.html
+++ b/doc/html/qiodevice-h.html
@@ -128,9 +128,9 @@ class Q_EXPORT TQIODevice
{
public:
#if defined(QT_ABI_QT4)
- typedef Q_LLONG Offset;
+ typedef TQ_LLONG Offset;
#else
- typedef Q_ULONG Offset;
+ typedef TQ_ULONG Offset;
#endif
TQIODevice();
@@ -167,10 +167,10 @@ public:
virtual bool atEnd() const;
bool reset() { return at(0); }
- virtual Q_LONG readBlock( char *data, Q_ULONG maxlen ) = 0;
- virtual Q_LONG writeBlock( const char *data, Q_ULONG len ) = 0;
- virtual Q_LONG readLine( char *data, Q_ULONG maxlen );
- Q_LONG writeBlock( const TQByteArray& data );
+ virtual TQ_LONG readBlock( char *data, TQ_ULONG maxlen ) = 0;
+ virtual TQ_LONG writeBlock( const char *data, TQ_ULONG len ) = 0;
+ virtual TQ_LONG readLine( char *data, TQ_ULONG maxlen );
+ TQ_LONG writeBlock( const TQByteArray& data );
virtual TQByteArray readAll();
virtual int getch() = 0;