From c0332621bc998c9786f4841e86a62b7711fe4abf Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 4 Jan 2024 10:30:32 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro --- kplato/kptmainprojectdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kplato/kptmainprojectdialog.cpp') diff --git a/kplato/kptmainprojectdialog.cpp b/kplato/kptmainprojectdialog.cpp index 3d9065e2..57e0dd39 100644 --- a/kplato/kptmainprojectdialog.cpp +++ b/kplato/kptmainprojectdialog.cpp @@ -40,7 +40,7 @@ MainProjectDialog::MainProjectDialog(Project &p, TQWidget *parent, const char *n setMainWidget(panel); enableButtonOK(false); resize( TQSize(500, 410).expandedTo(minimumSizeHint())); - connect(panel, TQT_SIGNAL(obligatedFieldsFilled(bool)), TQT_SLOT(enableButtonOK(bool))); + connect(panel, TQ_SIGNAL(obligatedFieldsFilled(bool)), TQ_SLOT(enableButtonOK(bool))); } -- cgit v1.2.1