diff options
Diffstat (limited to 'kfilereplace/kaddstringdlg.h')
-rw-r--r-- | kfilereplace/kaddstringdlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kfilereplace/kaddstringdlg.h b/kfilereplace/kaddstringdlg.h index 0a3ee320..2f20c56c 100644 --- a/kfilereplace/kaddstringdlg.h +++ b/kfilereplace/kaddstringdlg.h @@ -36,7 +36,7 @@ class KAddStringDlg : public KAddStringDlgS bool m_wantEdit; public: //Constructors - KAddStringDlg(RCOptions* info, bool wantEdit, TQWidget *tqparent=0, const char *name=0); + KAddStringDlg(RCOptions* info, bool wantEdit, TQWidget *parent=0, const char *name=0); private slots: void slotOK(); |