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_volume.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_volume.cpp')
| -rw-r--r-- | plugins/gui-standard-display/radioview_volume.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gui-standard-display/radioview_volume.cpp b/plugins/gui-standard-display/radioview_volume.cpp index 683ef82..11e00dd 100644 --- a/plugins/gui-standard-display/radioview_volume.cpp +++ b/plugins/gui-standard-display/radioview_volume.cpp @@ -43,7 +43,7 @@ RadioViewVolume::RadioViewVolume(TQWidget *parent, const TQString &name) SLIDER_MAXVAL, SLIDER_RANGE/10, getSlider4Volume(v), - Qt::Vertical, this); + TQt::Vertical, this); TQObject::connect(m_slider, TQT_SIGNAL(valueChanged(int)), this, TQT_SLOT(slotVolumeChanged(int))); |
