summaryrefslogtreecommitdiffstats
path: root/lib/util/kdevshellwidget.cpp
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 /lib/util/kdevshellwidget.cpp
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 'lib/util/kdevshellwidget.cpp')
-rw-r--r--lib/util/kdevshellwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/kdevshellwidget.cpp b/lib/util/kdevshellwidget.cpp
index 6bd6f1d8..c7ee9139 100644
--- a/lib/util/kdevshellwidget.cpp
+++ b/lib/util/kdevshellwidget.cpp
@@ -48,7 +48,7 @@ void KDevShellWidget::activate( )
connect( m_konsolePart, TQT_SIGNAL( receivedData( const TQString& ) ), this, TQT_SIGNAL( receivedData( const TQString& ) ) );
connect( m_konsolePart, TQT_SIGNAL(destroyed()), this, TQT_SLOT(partDestroyed()) );
- m_konsolePart->widget()->setFocusPolicy( TQ_WheelFocus );
+ m_konsolePart->widget()->setFocusPolicy( TQWidget::WheelFocus );
setFocusProxy( m_konsolePart->widget() );
m_konsolePart->widget()->setFocus();