summaryrefslogtreecommitdiffstats
path: root/kget/kget_plug_in/kget_linkview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kget/kget_plug_in/kget_linkview.h')
-rw-r--r--kget/kget_plug_in/kget_linkview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kget/kget_plug_in/kget_linkview.h b/kget/kget_plug_in/kget_linkview.h
index b09e902d..34bf046b 100644
--- a/kget/kget_plug_in/kget_linkview.h
+++ b/kget/kget_plug_in/kget_linkview.h
@@ -19,7 +19,7 @@
class LinkViewItem : public TQListViewItem
{
public:
- LinkViewItem( TQListView *tqparent, const LinkItem * lnk );
+ LinkViewItem( TQListView *parent, const LinkItem * lnk );
const LinkItem *link;
};
@@ -30,7 +30,7 @@ class KGetLinkView : public KMainWindow
TQ_OBJECT
public:
- KGetLinkView( TQWidget *tqparent = 0L, const char *name = 0L );
+ KGetLinkView( TQWidget *parent = 0L, const char *name = 0L );
~KGetLinkView();
void setLinks( TQPtrList<LinkItem>& links );