diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-04 10:31:06 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-04 10:31:06 +0900 |
commit | 7c95b68b3568737a10901c3e12d316e06dc4015f (patch) | |
tree | f9e52f0ee62e755155aedfe6fb4a99e590d9d055 /conduits/knotes/knotes-action.cpp | |
parent | bdb5acdfbfe8973f2b45fe54193ad543064c1ac5 (diff) | |
download | kpilot-7c95b68b3568737a10901c3e12d316e06dc4015f.tar.gz kpilot-7c95b68b3568737a10901c3e12d316e06dc4015f.zip |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'conduits/knotes/knotes-action.cpp')
-rw-r--r-- | conduits/knotes/knotes-action.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/knotes/knotes-action.cpp b/conduits/knotes/knotes-action.cpp index 84fe5cc..29a9a50 100644 --- a/conduits/knotes/knotes-action.cpp +++ b/conduits/knotes/knotes-action.cpp @@ -239,7 +239,7 @@ KNotesAction::KNotesAction(KPilotLink *o, // this is not needed. As it is done in the initstate in process(); // resetIndexes(); - connect(fP->fTimer,TQT_SIGNAL(timeout()),TQT_SLOT(process())); + connect(fP->fTimer,TQ_SIGNAL(timeout()),TQ_SLOT(process())); fP->fTimer->start(0,false); return true; |