summaryrefslogtreecommitdiffstats
path: root/vcs/cvsservice/integrator/integratordlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vcs/cvsservice/integrator/integratordlg.cpp')
-rw-r--r--vcs/cvsservice/integrator/integratordlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcs/cvsservice/integrator/integratordlg.cpp b/vcs/cvsservice/integrator/integratordlg.cpp
index 3561f7ad..4f833220 100644
--- a/vcs/cvsservice/integrator/integratordlg.cpp
+++ b/vcs/cvsservice/integrator/integratordlg.cpp
@@ -40,8 +40,8 @@
#include "initdlg.h"
-IntegratorDlg::IntegratorDlg(CVSServiceIntegrator *integrator, TQWidget *tqparent, const char *name)
- :IntegratorDlgBase(tqparent, name), m_integrator(integrator)
+IntegratorDlg::IntegratorDlg(CVSServiceIntegrator *integrator, TQWidget *parent, const char *name)
+ :IntegratorDlgBase(parent, name), m_integrator(integrator)
{
TQFile cvspass(TQDir::homeDirPath() + "/.cvspass");
if (cvspass.open(IO_ReadOnly))