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-07 14:52:43 +0900 |
| commit | f9289944a1f0a34b3df76770f27461e6b3752b46 (patch) | |
| tree | 131dc32a84bc1385c2823c210c0974bbc0d0ff6c /conduits/vcalconduit/hhtopcstate.cpp | |
| parent | 3b5ccc656fde07ed416181abf061b4fcd90e2830 (diff) | |
| download | kpilot-f9289944.tar.gz kpilot-f9289944.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 'conduits/vcalconduit/hhtopcstate.cpp')
| -rw-r--r-- | conduits/vcalconduit/hhtopcstate.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conduits/vcalconduit/hhtopcstate.cpp b/conduits/vcalconduit/hhtopcstate.cpp index 82024f1..7f53586 100644 --- a/conduits/vcalconduit/hhtopcstate.cpp +++ b/conduits/vcalconduit/hhtopcstate.cpp @@ -186,13 +186,13 @@ void VCalConduitBase::slotPalmRecToPC() if ( syncMode()==SyncMode::eCopyHHToPC ) { emit logMessage(i18n("Cleaning up ...")); - TQTimer::singleShot(0, this, TQT_SLOT(cleanup())); + TQTimer::singleShot(0, this, TQ_SLOT(cleanup())); return; } else { emit logMessage(i18n("Copying records to Pilot ...")); - TQTimer::singleShot(0 ,this,TQT_SLOT(slotPCRecToPalm())); + TQTimer::singleShot(0 ,this,TQ_SLOT(slotPCRecToPalm())); return; } } @@ -244,6 +244,6 @@ void VCalConduitBase::slotPalmRecToPC() KPILOT_DELETE(r); KPILOT_DELETE(s); - TQTimer::singleShot(0,this,TQT_SLOT(slotPalmRecToPC())); + TQTimer::singleShot(0,this,TQ_SLOT(slotPalmRecToPC())); } */ |
