diff options
Diffstat (limited to 'cervisia/watchersdlg.cpp')
-rw-r--r-- | cervisia/watchersdlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cervisia/watchersdlg.cpp b/cervisia/watchersdlg.cpp index 73165762..afe9e7a3 100644 --- a/cervisia/watchersdlg.cpp +++ b/cervisia/watchersdlg.cpp @@ -30,8 +30,8 @@ #include "progressdlg.h" -WatchersDialog::WatchersDialog(KConfig& cfg, TQWidget* tqparent, const char* name) - : KDialogBase(tqparent, name, false, TQString(), +WatchersDialog::WatchersDialog(KConfig& cfg, TQWidget* parent, const char* name) + : KDialogBase(parent, name, false, TQString(), Close, ButtonCode(0), true) , partConfig(cfg) { |