summaryrefslogtreecommitdiffstats
path: root/vcs/subversion/svn_logviewwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vcs/subversion/svn_logviewwidget.cpp')
-rw-r--r--vcs/subversion/svn_logviewwidget.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcs/subversion/svn_logviewwidget.cpp b/vcs/subversion/svn_logviewwidget.cpp
index c8f33e66..541d1674 100644
--- a/vcs/subversion/svn_logviewwidget.cpp
+++ b/vcs/subversion/svn_logviewwidget.cpp
@@ -38,8 +38,8 @@
#include <tqlayout.h>
#include <tqstringlist.h>
-SvnLogViewWidget::SvnLogViewWidget(subversionPart *part, TQWidget *tqparent)
- :TQWidget(tqparent), m_part(part)
+SvnLogViewWidget::SvnLogViewWidget(subversionPart *part, TQWidget *parent)
+ :TQWidget(parent), m_part(part)
{
m_layout = new TQGridLayout( this, 1, 1, 11, 6, "SvnLogViewWidgetBaseLayout");
@@ -188,8 +188,8 @@ void SvnLogViewWidget::diffToPrevious()
true/*recurse*/, true/*peg_diff*/ );
}
-SvnLogViewOptionDlg::SvnLogViewOptionDlg( TQWidget *tqparent, const char* name, bool modal, WFlags f )
-: SvnLogViewOptionDlgBase( tqparent, name, modal,f )
+SvnLogViewOptionDlg::SvnLogViewOptionDlg( TQWidget *parent, const char* name, bool modal, WFlags f )
+: SvnLogViewOptionDlgBase( parent, name, modal,f )
{
// radio1->setChecked(true); //repository log
radio4->setChecked(true); //start revistion by revision keyword