summaryrefslogtreecommitdiffstats
path: root/src/tools/ntqstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/ntqstring.h')
-rw-r--r--src/tools/ntqstring.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/ntqstring.h b/src/tools/ntqstring.h
index 85dacc8c2..04b319aeb 100644
--- a/src/tools/ntqstring.h
+++ b/src/tools/ntqstring.h
@@ -244,7 +244,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
@@ -390,7 +390,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