diff options
Diffstat (limited to 'kfilereplace/kaddstringdlg.cpp')
-rw-r--r-- | kfilereplace/kaddstringdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kfilereplace/kaddstringdlg.cpp b/kfilereplace/kaddstringdlg.cpp index 87750a9b..9c555ee6 100644 --- a/kfilereplace/kaddstringdlg.cpp +++ b/kfilereplace/kaddstringdlg.cpp @@ -37,7 +37,7 @@ using namespace whatthisNameSpace; -KAddStringDlg::KAddStringDlg(RCOptions* info, bool wantEdit, TQWidget *tqparent, const char *name) : KAddStringDlgS(tqparent,name,true) +KAddStringDlg::KAddStringDlg(RCOptions* info, bool wantEdit, TQWidget *parent, const char *name) : KAddStringDlgS(parent,name,true) { m_option = info; m_wantEdit = wantEdit; |