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_volume.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_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))); |
