summaryrefslogtreecommitdiffstats
path: root/doc/html/qstring-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qstring-h.html')
-rw-r--r--doc/html/qstring-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qstring-h.html b/doc/html/qstring-h.html
index b4027ea30..ae37a8427 100644
--- a/doc/html/qstring-h.html
+++ b/doc/html/qstring-h.html
@@ -280,7 +280,7 @@ private:
#if defined(QT_QSTRING_UCS_4)
ushort grp;
#endif
-} Q_PACKED;
+} TQ_PACKED;
inline TQChar::TQChar() : ucs( 0 )
#ifdef QT_QSTRING_UCS_4
@@ -426,7 +426,7 @@ struct Q_EXPORT TQStringData : public TQShared {
uint islatin1 : 1;
private:
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQStringData( const TQStringData& );
TQStringData& operator=( const TQStringData& );
#endif