From c03872d3d0ef1a2cb0b6e0727d4daa9a6fd8737c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 5 Jan 2024 10:36:32 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro (cherry picked from commit 9b171f8e1773c29be3ceab2c5ae8b760d78a1b54) --- src/infodialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/infodialog.cpp') diff --git a/src/infodialog.cpp b/src/infodialog.cpp index 00a5790..2486855 100644 --- a/src/infodialog.cpp +++ b/src/infodialog.cpp @@ -108,7 +108,7 @@ bool infoDialog::dialogIsDisabled() { } /*! - * SLOT: called if the 'ok' button clicked. This TQT_SLOT sync the settings + * Slot called if the 'ok' button clicked. This slot sync the settings * and close the dialog. */ void infoDialog::ButtonOK_clicked() { -- cgit v1.2.3