diff options
Diffstat (limited to 'cervisia/watchdlg.cpp')
-rw-r--r-- | cervisia/watchdlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cervisia/watchdlg.cpp b/cervisia/watchdlg.cpp index 2e1fc74e..607dbd46 100644 --- a/cervisia/watchdlg.cpp +++ b/cervisia/watchdlg.cpp @@ -28,8 +28,8 @@ #include <klocale.h> -WatchDialog::WatchDialog(ActionType action, TQWidget *tqparent, const char *name) - : KDialogBase(tqparent, name, true, TQString(), +WatchDialog::WatchDialog(ActionType action, TQWidget *parent, const char *name) + : KDialogBase(parent, name, true, TQString(), Ok | Cancel | Help, Ok, true) { setCaption( (action==Add)? i18n("CVS Watch Add") : i18n("CVS Watch Remove") ); |