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/alsa-sound/alsa-sound-configuration.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/alsa-sound/alsa-sound-configuration.cpp')
-rw-r--r-- | plugins/alsa-sound/alsa-sound-configuration.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/alsa-sound/alsa-sound-configuration.cpp b/plugins/alsa-sound/alsa-sound-configuration.cpp index 9a29e43..bf21210 100644 --- a/plugins/alsa-sound/alsa-sound-configuration.cpp +++ b/plugins/alsa-sound/alsa-sound-configuration.cpp @@ -55,7 +55,7 @@ AlsaSoundConfiguration::AlsaSoundConfiguration (TQWidget *parent, AlsaSoundDevic TQObject::connect(m_comboCaptureCard, TQT_SIGNAL(activated(const TQString &)), this, TQT_SLOT(slotCaptureCardSelected(const TQString &))); - m_groupMixer->setColumnLayout(0, Qt::Horizontal ); + m_groupMixer->setColumnLayout(0, TQt::Horizontal ); TQHBoxLayout *tmp_layout = new TQHBoxLayout( m_groupMixer->layout() ); |