diff options
Diffstat (limited to 'kspread/plugins/calculator/configdlg.cpp')
| -rw-r--r-- | kspread/plugins/calculator/configdlg.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kspread/plugins/calculator/configdlg.cpp b/kspread/plugins/calculator/configdlg.cpp index 545ddcb5f..cec641931 100644 --- a/kspread/plugins/calculator/configdlg.cpp +++ b/kspread/plugins/calculator/configdlg.cpp @@ -38,8 +38,8 @@ #undef HAVE_LONG_DOUBLE #endif -ConfigDlg::ConfigDlg(TQWidget *tqparent, const char *name, DefStruct *defstruct) - : TQDialog(tqparent, name) +ConfigDlg::ConfigDlg(TQWidget *parent, const char *name, DefStruct *defstruct) + : TQDialog(parent, name) { defst = defstruct; @@ -158,7 +158,7 @@ ConfigDlg::ConfigDlg(TQWidget *tqparent, const char *name, DefStruct *defstruct) connect(button3,TQT_SIGNAL(clicked()),this,TQT_SLOT(help())); lay1->addWidget(box); - connect(tqparent,TQT_SIGNAL(applyButtonPressed()),TQT_SLOT(okButton())); + connect(parent,TQT_SIGNAL(applyButtonPressed()),TQT_SLOT(okButton())); } void ConfigDlg::help() |
