diff options
Diffstat (limited to 'parts/documentation/documentation_part.h')
-rw-r--r-- | parts/documentation/documentation_part.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/parts/documentation/documentation_part.h b/parts/documentation/documentation_part.h index 056785a0..1334b8ca 100644 --- a/parts/documentation/documentation_part.h +++ b/parts/documentation/documentation_part.h @@ -42,10 +42,11 @@ class TQPopupMenu; class DocumentationPart : public KDevPlugin { Q_OBJECT + TQ_OBJECT public: enum ContextFeature { Finder, IndexLookup, FullTextSearch, GotoMan, GotoInfo }; - DocumentationPart(TQObject *parent, const char *name, const TQStringList &); + DocumentationPart(TQObject *tqparent, const char *name, const TQStringList &); ~DocumentationPart(); void emitIndexSelected(IndexBox *indexBox); |