From 97ea83f8b23cc80320874b97b671c736a83c378a Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 30 Dec 2023 16:28:59 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro --- src/gvcore/inputdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gvcore/inputdialog.cpp') diff --git a/src/gvcore/inputdialog.cpp b/src/gvcore/inputdialog.cpp index 3a08d5c..b2a64f6 100644 --- a/src/gvcore/inputdialog.cpp +++ b/src/gvcore/inputdialog.cpp @@ -48,8 +48,8 @@ InputDialog::InputDialog(TQWidget* parent) setMinimumWidth(350); - connect(d->mLineEdit, TQT_SIGNAL(textChanged(const TQString&)), - this, TQT_SLOT(updateButtons()) ); + connect(d->mLineEdit, TQ_SIGNAL(textChanged(const TQString&)), + this, TQ_SLOT(updateButtons()) ); } -- cgit v1.2.3