diff options
Diffstat (limited to 'knotes/knotehostdlg.h')
-rw-r--r-- | knotes/knotehostdlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knotes/knotehostdlg.h b/knotes/knotehostdlg.h index 91959dc9c..279e67f6e 100644 --- a/knotes/knotehostdlg.h +++ b/knotes/knotehostdlg.h @@ -46,7 +46,7 @@ class KNoteHostDlg : public KDialogBase Q_OBJECT TQ_OBJECT public: - KNoteHostDlg( const TQString& caption, TQWidget *tqparent=0, const char *name=0 ); + KNoteHostDlg( const TQString& caption, TQWidget *parent=0, const char *name=0 ); ~KNoteHostDlg(); TQString host() const; |