diff options
Diffstat (limited to 'cervisia/checkoutdlg.cpp')
-rw-r--r-- | cervisia/checkoutdlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cervisia/checkoutdlg.cpp b/cervisia/checkoutdlg.cpp index f6ed66e8..9be04dd4 100644 --- a/cervisia/checkoutdlg.cpp +++ b/cervisia/checkoutdlg.cpp @@ -43,9 +43,9 @@ using Cervisia::IsValidTag; CheckoutDialog::CheckoutDialog(KConfig& cfg, CvsService_stub* service, - ActionType action, TQWidget* tqparent, + ActionType action, TQWidget* parent, const char* name) - : KDialogBase(tqparent, name, true, TQString(), + : KDialogBase(parent, name, true, TQString(), Ok | Cancel | Help, Ok, true) , act(action) , partConfig(cfg) |