summaryrefslogtreecommitdiffstats
path: root/tools/assistant/index.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-18 00:09:52 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-18 00:09:52 -0500
commitd1096751ddb25cdef23919c17389fc268c31edaf (patch)
treeb910be3588cb706defc00c31aefa850bb2312784 /tools/assistant/index.h
parentaf8fdcf1ca7bdbda6f0c1afecd8c2d8ffa23bebb (diff)
parent6dec101d43dcbd4195c47d54bd388db1a8d7230e (diff)
downloadtqt3-d1096751ddb25cdef23919c17389fc268c31edaf.tar.gz
tqt3-d1096751ddb25cdef23919c17389fc268c31edaf.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
Diffstat (limited to 'tools/assistant/index.h')
-rw-r--r--tools/assistant/index.h4
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 );