summaryrefslogtreecommitdiffstats
path: root/vcs
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:54:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:54:39 +0900
commit88de09b6cc82c3c1592f1a71415cb962e39eb60b (patch)
treee2603a3f5cd63520f55e0461e3b06a988f17635c /vcs
parent942d671706374179f6dd95e1dc2b514634ea1c39 (diff)
downloadtdevelop-88de09b6cc82c3c1592f1a71415cb962e39eb60b.tar.gz
tdevelop-88de09b6cc82c3c1592f1a71415cb962e39eb60b.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'vcs')
-rw-r--r--vcs/subversion/svn_logviewwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcs/subversion/svn_logviewwidget.cpp b/vcs/subversion/svn_logviewwidget.cpp
index 10e55a9f..dd5d5720 100644
--- a/vcs/subversion/svn_logviewwidget.cpp
+++ b/vcs/subversion/svn_logviewwidget.cpp
@@ -64,7 +64,7 @@ SvnLogViewWidget::SvnLogViewWidget(subversionPart *part, TQWidget *parent)
TQFont textEdit1_font( textEdit1->font() );
textEdit1_font.setPointSize( 9 );
textEdit1->setFont( textEdit1_font );
- textEdit1->setFocusPolicy( TQ_WheelFocus );
+ textEdit1->setFocusPolicy( TQWidget::WheelFocus );
textEdit1->setReadOnly( TRUE );
m_layout->addWidget( splitter1, 0, 0 );