diff options
Diffstat (limited to 'cervisia/tagdlg.cpp')
-rw-r--r-- | cervisia/tagdlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cervisia/tagdlg.cpp b/cervisia/tagdlg.cpp index 3563c381..3d8b9516 100644 --- a/cervisia/tagdlg.cpp +++ b/cervisia/tagdlg.cpp @@ -35,8 +35,8 @@ using Cervisia::TagDialog; TagDialog::TagDialog(ActionType action, CvsService_stub* service, - TQWidget *tqparent, const char *name) - : KDialogBase(tqparent, name, true, TQString(), + TQWidget *parent, const char *name) + : KDialogBase(parent, name, true, TQString(), Ok | Cancel | Help, Ok, true), act(action), cvsService(service), |