summaryrefslogtreecommitdiffstats
path: root/lib/kpilotlocallink.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-04 10:31:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-07 14:52:43 +0900
commitf9289944a1f0a34b3df76770f27461e6b3752b46 (patch)
tree131dc32a84bc1385c2823c210c0974bbc0d0ff6c /lib/kpilotlocallink.cpp
parent3b5ccc656fde07ed416181abf061b4fcd90e2830 (diff)
downloadkpilot-f9289944a1f0a34b3df76770f27461e6b3752b46.tar.gz
kpilot-f9289944a1f0a34b3df76770f27461e6b3752b46.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7c95b68b3568737a10901c3e12d316e06dc4015f)
Diffstat (limited to 'lib/kpilotlocallink.cpp')
-rw-r--r--lib/kpilotlocallink.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kpilotlocallink.cpp b/lib/kpilotlocallink.cpp
index b5ec450..c85dfed 100644
--- a/lib/kpilotlocallink.cpp
+++ b/lib/kpilotlocallink.cpp
@@ -157,7 +157,7 @@ KPilotLocalLink::~KPilotLocalLink()
if (fReady)
{
findAvailableDatabases(*d, fPath);
- TQTimer::singleShot(500,this,TQT_SLOT(ready()));
+ TQTimer::singleShot(500,this,TQ_SLOT(ready()));
}
else
{