summaryrefslogtreecommitdiffstats
path: root/kate/kpybrowser/pybrowsenode.h
diff options
context:
space:
mode:
Diffstat (limited to 'kate/kpybrowser/pybrowsenode.h')
-rw-r--r--kate/kpybrowser/pybrowsenode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/kpybrowser/pybrowsenode.h b/kate/kpybrowser/pybrowsenode.h
index 373547c..8b18fc1 100644
--- a/kate/kpybrowser/pybrowsenode.h
+++ b/kate/kpybrowser/pybrowsenode.h
@@ -37,8 +37,8 @@ class PyBrowseNode : public TQListViewItem {
public:
TQPixmap *pyClassPixmap;
- PyBrowseNode(TQListView *parent, const TQString &a_name, const TQString &a_signature, int type);
- PyBrowseNode(TQListViewItem *parent, const TQString &a_name, const TQString &a_signature, int type);
+ PyBrowseNode(TQListView *tqparent, const TQString &a_name, const TQString &a_signature, int type);
+ PyBrowseNode(TQListViewItem *tqparent, const TQString &a_name, const TQString &a_signature, int type);
~PyBrowseNode();
void init(const TQString &a_name, const TQString &a_signature, int nodeType);