summaryrefslogtreecommitdiffstats
path: root/vcs/cvsservice/commitdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vcs/cvsservice/commitdlg.cpp')
-rw-r--r--vcs/cvsservice/commitdlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcs/cvsservice/commitdlg.cpp b/vcs/cvsservice/commitdlg.cpp
index a3988c06..9bed1119 100644
--- a/vcs/cvsservice/commitdlg.cpp
+++ b/vcs/cvsservice/commitdlg.cpp
@@ -30,8 +30,8 @@
///////////////////////////////////////////////////////////////////////////////
-CommitDialog::CommitDialog( const TQString &changeLogfileNamePath, TQWidget *parent )
- : CommitDialogBase( parent, "commitdialog", true )
+CommitDialog::CommitDialog( const TQString &changeLogfileNamePath, TQWidget *tqparent )
+ : CommitDialogBase( tqparent, "commitdialog", true )
{
connect( buttonOk, TQT_SIGNAL(clicked()), TQT_SLOT(accept()) );
connect( buttonCancel, TQT_SIGNAL(clicked()), TQT_SLOT(reject()) );