summaryrefslogtreecommitdiffstats
path: root/vcs/subversion/svn_copywidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vcs/subversion/svn_copywidget.cpp')
-rw-r--r--vcs/subversion/svn_copywidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcs/subversion/svn_copywidget.cpp b/vcs/subversion/svn_copywidget.cpp
index e781ca10..30b25fd7 100644
--- a/vcs/subversion/svn_copywidget.cpp
+++ b/vcs/subversion/svn_copywidget.cpp
@@ -7,8 +7,8 @@
#include <kcombobox.h>
#include <tqradiobutton.h>
-SvnCopyDialog::SvnCopyDialog( const TQString &reqPath, SvnGlobal::SvnInfoHolder *holder, TQWidget *tqparent )
- : SvnCopyDialogBase( tqparent )
+SvnCopyDialog::SvnCopyDialog( const TQString &reqPath, SvnGlobal::SvnInfoHolder *holder, TQWidget *parent )
+ : SvnCopyDialogBase( parent )
, m_holder(holder)
{
reqEdit->setText( reqPath );