diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-02 15:54:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-04 10:33:23 +0900 |
commit | 50677e02378b77c63973d28aa084ffaa9c3f15b7 (patch) | |
tree | 299e991e69a32ba44e98aea58d8f5065e7a8fdd8 /quanta/src/quantaview.cpp | |
parent | 3b410182b49882faad3ae9bfbf2b76c32fc5b995 (diff) | |
download | tdewebdev-50677e02.tar.gz tdewebdev-50677e02.zip |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5e58c04b1456ff687d05184e031ee0b6aa66cefb)
Diffstat (limited to 'quanta/src/quantaview.cpp')
-rw-r--r-- | quanta/src/quantaview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/src/quantaview.cpp b/quanta/src/quantaview.cpp index 6d3ef86f..18bb8b29 100644 --- a/quanta/src/quantaview.cpp +++ b/quanta/src/quantaview.cpp @@ -95,7 +95,7 @@ QuantaView::QuantaView(TQWidget *parent, const char *name, const TQString &capti //get the reference to the user toolbar holding widget ToolbarTabWidget *m_toolbarTab = ToolbarTabWidget::ref(); m_toolbarTab->reparent(this, 0, TQPoint(), true); - m_toolbarTab ->setFocusPolicy( TQ_NoFocus ); + m_toolbarTab ->setFocusPolicy( TQWidget::NoFocus ); //create a splitter to separate the VPL and document area m_splitter = new TQSplitter(Qt::Vertical, this); |