diff options
Diffstat (limited to 'vcs/clearcase/integrator/ccintegratordlg.cpp')
-rw-r--r-- | vcs/clearcase/integrator/ccintegratordlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcs/clearcase/integrator/ccintegratordlg.cpp b/vcs/clearcase/integrator/ccintegratordlg.cpp index 3f6f8d0e..8e89cf94 100644 --- a/vcs/clearcase/integrator/ccintegratordlg.cpp +++ b/vcs/clearcase/integrator/ccintegratordlg.cpp @@ -19,8 +19,8 @@ ***************************************************************************/ #include "ccintegratordlg.h" -CCIntegratorDlg::CCIntegratorDlg(TQWidget *tqparent, const char *name) - :CCIntegratorDlgBase(tqparent, name) +CCIntegratorDlg::CCIntegratorDlg(TQWidget *parent, const char *name) + :CCIntegratorDlgBase(parent, name) { } |