summaryrefslogtreecommitdiffstats
path: root/conduits/vcalconduit/hhtopcstate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'conduits/vcalconduit/hhtopcstate.cpp')
-rw-r--r--conduits/vcalconduit/hhtopcstate.cpp6
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()));
}
*/