diff options
Diffstat (limited to 'tools/assistant/index.h')
-rw-r--r-- | tools/assistant/index.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/assistant/index.h b/tools/assistant/index.h index 2bd32f20e..b8a421730 100644 --- a/tools/assistant/index.h +++ b/tools/assistant/index.h @@ -54,8 +54,8 @@ struct Document { bool operator>( const Document &doc ) const { return frequency < doc.frequency; } - Q_INT16 docNumber; - Q_INT16 frequency; + TQ_INT16 docNumber; + TQ_INT16 frequency; }; TQDataStream &operator>>( TQDataStream &s, Document &l ); |