summaryrefslogtreecommitdiffstats
path: root/quanta/treeviews/doctreeview.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/treeviews/doctreeview.h')
-rw-r--r--quanta/treeviews/doctreeview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/quanta/treeviews/doctreeview.h b/quanta/treeviews/doctreeview.h
index ef60d468..bba36a04 100644
--- a/quanta/treeviews/doctreeview.h
+++ b/quanta/treeviews/doctreeview.h
@@ -35,8 +35,9 @@ class KPopupMenu;
class DocTreeView : public KListView {
Q_OBJECT
+ TQ_OBJECT
public:
- DocTreeView(TQWidget *parent=0, const char *name=0);
+ DocTreeView(TQWidget *tqparent=0, const char *name=0);
~DocTreeView();
TQString *contextHelp(const TQString &keyword);