diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 15:59:28 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 15:59:28 -0600 |
commit | 19b9269357a2b4dbd7578bb2f5e3dea3c139c01a (patch) | |
tree | 3b1bbd87837308d4b3df5f03bf60671ac401915c /src/kchmsearchengine_impl.h | |
parent | 47fe1e026cb29c25afbe28e6ac890d6858a3e913 (diff) | |
download | kchmviewer-19b9269357a2b4dbd7578bb2f5e3dea3c139c01a.tar.gz kchmviewer-19b9269357a2b4dbd7578bb2f5e3dea3c139c01a.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/kchmsearchengine_impl.h')
-rw-r--r-- | src/kchmsearchengine_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kchmsearchengine_impl.h b/src/kchmsearchengine_impl.h index fb317fc..7ef039f 100644 --- a/src/kchmsearchengine_impl.h +++ b/src/kchmsearchengine_impl.h @@ -65,7 +65,7 @@ TQDataStream &operator<<( TQDataStream &s, const Document &l ); class Index : public TQObject { Q_OBJECT - TQ_OBJECT + public: struct Entry { |