diff options
Diffstat (limited to 'knode/headerview.h')
-rw-r--r-- | knode/headerview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/knode/headerview.h b/knode/headerview.h index c7d4c9f62..134f1edd0 100644 --- a/knode/headerview.h +++ b/knode/headerview.h @@ -32,7 +32,7 @@ class KNHeaderView : public KListView { friend class KNHdrViewItem; public: - KNHeaderView( TQWidget *tqparent, const char *name = 0 ); + KNHeaderView( TQWidget *parent, const char *name = 0 ); ~KNHeaderView(); void setActive( TQListViewItem *item ); @@ -108,7 +108,7 @@ class KNHeaderView : public KListView { class KNHeaderViewToolTip : public TQToolTip { public: - KNHeaderViewToolTip( KNHeaderView *tqparent ); + KNHeaderViewToolTip( KNHeaderView *parent ); protected: void maybeTip( const TQPoint &p ); |