diff options
Diffstat (limited to 'src/modules/help/index.h')
-rwxr-xr-x | src/modules/help/index.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/help/index.h b/src/modules/help/index.h index fe41eea3..d4fcc733 100755 --- a/src/modules/help/index.h +++ b/src/modules/help/index.h @@ -61,7 +61,7 @@ TQDataStream &operator<<( TQDataStream &s, const Document &l ); class Index : public TQObject { Q_OBJECT - TQ_OBJECT + public: struct Entry { Entry( int d ) { documents.append( Document( d, 1 ) ); } |