summaryrefslogtreecommitdiffstats
path: root/knewsticker/newssourcedlgimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'knewsticker/newssourcedlgimpl.h')
-rw-r--r--knewsticker/newssourcedlgimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/knewsticker/newssourcedlgimpl.h b/knewsticker/newssourcedlgimpl.h
index 19552a9a..683217a8 100644
--- a/knewsticker/newssourcedlgimpl.h
+++ b/knewsticker/newssourcedlgimpl.h
@@ -29,7 +29,7 @@ class SuggestProgressDlg : public KDialogBase
TQ_OBJECT
public:
- SuggestProgressDlg(const KURL &url, TQWidget *tqparent, const char *name = 0);
+ SuggestProgressDlg(const KURL &url, TQWidget *parent, const char *name = 0);
virtual ~SuggestProgressDlg();
XMLNewsSource *xmlSrc() { return m_xmlSrc; }