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-02 15:54:50 +0900 |
| commit | 5e58c04b1456ff687d05184e031ee0b6aa66cefb (patch) | |
| tree | de9331fca1545bb486fdc447dfeac846aa378b74 /quanta/plugins | |
| parent | 67da3e67a76b9c5a2dc908e9a22e1be055a1957c (diff) | |
| download | tdewebdev-5e58c04b1456ff687d05184e031ee0b6aa66cefb.tar.gz tdewebdev-5e58c04b1456ff687d05184e031ee0b6aa66cefb.zip | |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'quanta/plugins')
| -rw-r--r-- | quanta/plugins/quantaplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/plugins/quantaplugin.cpp b/quanta/plugins/quantaplugin.cpp index 19cc5981..b528c9ff 100644 --- a/quanta/plugins/quantaplugin.cpp +++ b/quanta/plugins/quantaplugin.cpp @@ -126,7 +126,7 @@ bool QuantaPlugin::load() } m_part->setName(m_name.ascii()); // for better debug output m_part->widget()->setName(m_name.ascii()); //needed to be able to dock the same plugin twice in separate toolviews - m_part->widget()->setFocusPolicy(TQ_ClickFocus); + m_part->widget()->setFocusPolicy(TQWidget::ClickFocus); quantaApp->slotNewPart(m_part, false); // register the part in the partmanager return true; } |
