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-04 23:33:05 +0900 |
| commit | e470a86df30e2a0c0d3ea8c4f67112795071617a (patch) | |
| tree | bcf3607d616a123c422ff350a571f2fc520b9fa4 /plugins/gui-standard-display/radioview_frequencyseeker.cpp | |
| parent | 61d238685716eb5670f82dacf20fb2b6c8919822 (diff) | |
| download | tderadio-e470a86df30e2a0c0d3ea8c4f67112795071617a.tar.gz tderadio-e470a86df30e2a0c0d3ea8c4f67112795071617a.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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); |
