From 359640943bcf155faa9a067dde9e00a123276290 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Feb 2012 17:43:39 -0600 Subject: Automated update from Qt3 --- src/tools/ntqstring.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tools/ntqstring.h') 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 -- cgit v1.2.1