From 8f9e8c882373f01e38599281c1c4e0d667b1f2f2 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 8 Nov 2023 11:05:29 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro (cherry picked from commit ebce9b53863b1ccf1cc2f84eb556d50ec28beeaf) --- amor/amordialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amor/amordialog.cpp') diff --git a/amor/amordialog.cpp b/amor/amordialog.cpp index 5abb0e3..53d4d7a 100644 --- a/amor/amordialog.cpp +++ b/amor/amordialog.cpp @@ -74,7 +74,7 @@ AmorDialog::AmorDialog() label = new TQLabel(i18n("Offset:"), offsetBox); TQSlider *slider = new TQSlider(-40, 40, 5, mConfig.mOffset, - Qt::Vertical, offsetBox); + TQt::Vertical, offsetBox); connect(slider, TQT_SIGNAL(valueChanged(int)), TQT_SLOT(slotOffset(int))); // Always on top -- cgit v1.2.1