diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-08 11:54:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-08 11:54:17 +0900 |
commit | 7c53a87adc27550ff875d6c17fccdbfbe2942ee1 (patch) | |
tree | 95bbf7f48ecaf56bb12d97ebd83cd614c1f43bd8 /examples/PkExampleHelper.cpp | |
parent | 7e4828f14affb938d8b0b337251d27adb33edcbb (diff) | |
download | polkit-tqt-7c53a87adc27550ff875d6c17fccdbfbe2942ee1.tar.gz polkit-tqt-7c53a87adc27550ff875d6c17fccdbfbe2942ee1.zip |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/PkExampleHelper.cpp')
-rw-r--r-- | examples/PkExampleHelper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/PkExampleHelper.cpp b/examples/PkExampleHelper.cpp index 53d6cbc93..225816d31 100644 --- a/examples/PkExampleHelper.cpp +++ b/examples/PkExampleHelper.cpp @@ -52,7 +52,7 @@ PkExampleHelper::PkExampleHelper(int argc, char **argv) : TQApplication(argc, ar return; } // Exit if not used for 10 minutes - TQTimer::singleShot(600000, this, TQT_SLOT(quit())); + TQTimer::singleShot(600000, this, TQ_SLOT(quit())); tqDebug("Register successful"); } |