From f37c5af508b00cb3984ffbbd276387ac8f9a38ee Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 6 Nov 2023 11:29:10 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro (cherry picked from commit 96f327c14acd697b936e88289165e0edb57d7fb6) --- noatun-plugins/nexscope/gui.cpp | 2 +- noatun-plugins/nexscope/renderers.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'noatun-plugins/nexscope') diff --git a/noatun-plugins/nexscope/gui.cpp b/noatun-plugins/nexscope/gui.cpp index c1b6756..ca371a6 100644 --- a/noatun-plugins/nexscope/gui.cpp +++ b/noatun-plugins/nexscope/gui.cpp @@ -81,7 +81,7 @@ Control::Control() : mConfigurator(0) setCaption(i18n("Nex Configuration")); TQSplitter *mainSplitter=new TQSplitter(this); setCentralWidget(mainSplitter); - TQSplitter *left=new TQSplitter(Qt::Vertical, mainSplitter); + TQSplitter *left=new TQSplitter(TQt::Vertical, mainSplitter); { mTree=new RendererListView(left); mTree->setItemsMovable(true); diff --git a/noatun-plugins/nexscope/renderers.h b/noatun-plugins/nexscope/renderers.h index e23304a..2c8e726 100644 --- a/noatun-plugins/nexscope/renderers.h +++ b/noatun-plugins/nexscope/renderers.h @@ -23,7 +23,7 @@ Renderer *function(); REGISTER(fade, Fade) REGISTER(doubler, Doubler) -REGISTER(waveform,Qt::HorizontalPair); +REGISTER(waveform,TQt::HorizontalPair); REGISTER(hartley, Hartley); #undef REGISTER -- cgit v1.2.1