summaryrefslogtreecommitdiffstats
path: root/src/modules/help/index.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:01:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:01:21 -0600
commitf988857fcf5b44899af08ef475d9a29c675b3731 (patch)
treec76fa817f819646aef3eb38bd371dbdad83f3241 /src/modules/help/index.h
parentf3c8306949b2c5cece09d920309f23facf6d7022 (diff)
downloadkvirc-f988857fcf5b44899af08ef475d9a29c675b3731.tar.gz
kvirc-f988857fcf5b44899af08ef475d9a29c675b3731.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/modules/help/index.h')
-rwxr-xr-xsrc/modules/help/index.h2
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 ) ); }