summaryrefslogtreecommitdiffstats
path: root/src/infodialog.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-01-05 10:36:32 +0900
committerMichele Calgaro <[email protected]>2024-01-08 19:04:19 +0900
commitc03872d3d0ef1a2cb0b6e0727d4daa9a6fd8737c (patch)
tree45551de5dc2969e14f77a2fb40008f16eb393396 /src/infodialog.cpp
parentf5832e4abf01ded35901fb49f2f5edd73b594cc8 (diff)
downloadtdepowersave-c03872d3d0ef1a2cb0b6e0727d4daa9a6fd8737c.tar.gz
tdepowersave-c03872d3d0ef1a2cb0b6e0727d4daa9a6fd8737c.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 9b171f8e1773c29be3ceab2c5ae8b760d78a1b54)
Diffstat (limited to 'src/infodialog.cpp')
-rw-r--r--src/infodialog.cpp2
1 files changed, 1 insertions, 1 deletions
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() {