diff options
author | Michele Calgaro <[email protected]> | 2023-11-08 11:05:29 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-08 18:19:31 +0900 |
commit | 8f9e8c882373f01e38599281c1c4e0d667b1f2f2 (patch) | |
tree | 648b0c69b1a4fb37277df76134b6f27287de8a05 /amor/amordialog.cpp | |
parent | 76679027e6f0d3eb77f5f5dc3dd9378e01c1bf94 (diff) | |
download | tdetoys-8f9e8c882373f01e38599281c1c4e0d667b1f2f2.tar.gz tdetoys-8f9e8c882373f01e38599281c1c4e0d667b1f2f2.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit ebce9b53863b1ccf1cc2f84eb556d50ec28beeaf)
Diffstat (limited to 'amor/amordialog.cpp')
-rw-r--r-- | amor/amordialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |