summaryrefslogtreecommitdiffstats
path: root/doc/html/qwidgetfactory-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qwidgetfactory-h.html')
-rw-r--r--doc/html/qwidgetfactory-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qwidgetfactory-h.html b/doc/html/qwidgetfactory-h.html
index 1c73e1243..3bd1805bb 100644
--- a/doc/html/qwidgetfactory-h.html
+++ b/doc/html/qwidgetfactory-h.html
@@ -142,8 +142,8 @@ private:
TQString translate( const char *sourceText, const char *comment = "" );
TQString translate( const TQString& sourceText, const TQString& comment = TQString::null );
- void unpackUInt16( TQDataStream& in, Q_UINT16& n );
- void unpackUInt32( TQDataStream& in, Q_UINT32& n );
+ void unpackUInt16( TQDataStream& in, TQ_UINT16& n );
+ void unpackUInt32( TQDataStream& in, TQ_UINT32& n );
void unpackByteArray( TQDataStream& in, TQByteArray& array );
void unpackCString( const UibStrTable& strings, TQDataStream& in,
TQCString& cstr );