From 5bdb51894d90ebc0d068ef5b3aec1cb2627433ed Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 9 Nov 2023 10:36:44 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro (cherry picked from commit b3df4d055e72863ca51ec9c0428a490306989ff4) --- noatun/modules/artseffects/extrastereogui_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'noatun/modules/artseffects/extrastereogui_impl.cpp') diff --git a/noatun/modules/artseffects/extrastereogui_impl.cpp b/noatun/modules/artseffects/extrastereogui_impl.cpp index 92148ba0..c65ff19f 100644 --- a/noatun/modules/artseffects/extrastereogui_impl.cpp +++ b/noatun/modules/artseffects/extrastereogui_impl.cpp @@ -7,7 +7,7 @@ namespace Arts { ExtraStereoGUI_impl::ExtraStereoGUI_impl() : TQWidget(0) { (new TQHBoxLayout(this))->setAutoAdd(true); - mSlider=new TQSlider(0,100,10, 0,Qt::Horizontal, this); + mSlider=new TQSlider(0,100,10, 0,TQt::Horizontal, this); mSlider->show(); show(); } -- cgit v1.2.1