diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-04 23:33:05 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 20:50:29 +0900 |
| commit | 779f24c66a7e60b3394b3b2563e160802ac38906 (patch) | |
| tree | 9828b696c3d80cac778e253b4b138913cd838621 /plugins/gui-standard-display/radioview_frequencyseeker.cpp | |
| parent | 68fa0b1ca5a272e06f72ea917c8abd2e2ee0f751 (diff) | |
| download | tderadio-779f24c66a7e60b3394b3b2563e160802ac38906.tar.gz tderadio-779f24c66a7e60b3394b3b2563e160802ac38906.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e470a86df30e2a0c0d3ea8c4f67112795071617a)
Diffstat (limited to 'plugins/gui-standard-display/radioview_frequencyseeker.cpp')
| -rw-r--r-- | plugins/gui-standard-display/radioview_frequencyseeker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gui-standard-display/radioview_frequencyseeker.cpp b/plugins/gui-standard-display/radioview_frequencyseeker.cpp index 2534dbe..611c6a2 100644 --- a/plugins/gui-standard-display/radioview_frequencyseeker.cpp +++ b/plugins/gui-standard-display/radioview_frequencyseeker.cpp @@ -39,7 +39,7 @@ RadioViewFrequencySeeker::RadioViewFrequencySeeker(TQWidget *parent, const TQStr TQBoxLayout *l = new TQBoxLayout(this, TQBoxLayout::LeftToRight, /*spacing=*/ 3); l->setMargin(0); - m_sldFrequency = new TQSlider(Qt::Horizontal, this); + m_sldFrequency = new TQSlider(TQt::Horizontal, this); m_btnSearchLeft = new TQToolButton(this); m_btnSearchRight = new TQToolButton(this); m_btnStepLeft = new TQToolButton(this); |
