summaryrefslogtreecommitdiffstats
path: root/konq-plugins/domtreeviewer/domtreeview.h
diff options
context:
space:
mode:
Diffstat (limited to 'konq-plugins/domtreeviewer/domtreeview.h')
-rw-r--r--konq-plugins/domtreeviewer/domtreeview.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/konq-plugins/domtreeviewer/domtreeview.h b/konq-plugins/domtreeviewer/domtreeview.h
index 8589805..499a545 100644
--- a/konq-plugins/domtreeviewer/domtreeview.h
+++ b/konq-plugins/domtreeviewer/domtreeview.h
@@ -47,9 +47,10 @@ class KHTMLPart;
class DOMTreeView : public DOMTreeViewBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- DOMTreeView(TQWidget *parent, const char* name, bool allowSaving = true);
+ DOMTreeView(TQWidget *tqparent, const char* name, bool allowSaving = true);
~DOMTreeView();
KHTMLPart *htmlPart() const { return part; }
@@ -168,7 +169,7 @@ class DOMTreeView : public DOMTreeViewBase
// == DOM Node Info panel ======================================
public:
- // Keep in sync with the widget stack children
+ // Keep in sync with the widget stack tqchildren
enum InfoPanel { ElementPanel, CDataPanel, EmptyPanel };
public slots: