diff options
author | Michele Calgaro <[email protected]> | 2023-09-02 15:54:39 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-02 15:54:39 +0900 |
commit | 88de09b6cc82c3c1592f1a71415cb962e39eb60b (patch) | |
tree | e2603a3f5cd63520f55e0461e3b06a988f17635c /vcs | |
parent | 942d671706374179f6dd95e1dc2b514634ea1c39 (diff) | |
download | tdevelop-88de09b6cc82c3c1592f1a71415cb962e39eb60b.tar.gz tdevelop-88de09b6cc82c3c1592f1a71415cb962e39eb60b.zip |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'vcs')
-rw-r--r-- | vcs/subversion/svn_logviewwidget.cpp | 2 |
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 ); |