@ -231,8 +231,8 @@ void KPilotInstaller::setupWidget()
fManagingWidget - > setMinimumSize ( fManagingWidget - > sizeHint ( ) ) ;
fManagingWidget - > setMinimumSize ( fManagingWidget - > sizeHint ( ) ) ;
fManagingWidget - > show ( ) ;
fManagingWidget - > show ( ) ;
setCentralWidget ( fManagingWidget ) ;
setCentralWidget ( fManagingWidget ) ;
connect ( fManagingWidget , TQ T _SIGNAL( aboutToShowPage ( TQWidget * ) ) ,
connect ( fManagingWidget , TQ _SIGNAL( aboutToShowPage ( TQWidget * ) ) ,
this , TQ T _SLOT( slotAboutToShowComponent ( TQWidget * ) ) ) ;
this , TQ _SLOT( slotAboutToShowComponent ( TQWidget * ) ) ) ;
initIcons ( ) ;
initIcons ( ) ;
initMenu ( ) ;
initMenu ( ) ;
@ -286,7 +286,7 @@ void KPilotInstaller::initComponents()
# undef ADDICONPAGE
# undef ADDICONPAGE
TQTimer : : singleShot ( 500 , this , TQ T _SLOT( initializeComponents ( ) ) ) ;
TQTimer : : singleShot ( 500 , this , TQ _SLOT( initializeComponents ( ) ) ) ;
}
}
@ -518,12 +518,12 @@ void KPilotInstaller::initMenu()
syncPopup - > setWhatsThis ( i18n ( " Select the kind of HotSync to perform next. "
syncPopup - > setWhatsThis ( i18n ( " Select the kind of HotSync to perform next. "
" This applies only to the next HotSync; to change the default, use "
" This applies only to the next HotSync; to change the default, use "
" the configuration dialog. " ) ) ;
" the configuration dialog. " ) ) ;
connect ( syncPopup , TQ T _SIGNAL( activated ( ) ) ,
connect ( syncPopup , TQ _SIGNAL( activated ( ) ) ,
this , TQ T _SLOT( slotHotSyncRequested ( ) ) ) ;
this , TQ _SLOT( slotHotSyncRequested ( ) ) ) ;
// File actions, keep this list synced with kpilotui.rc and pilotDaemon.cpp
// File actions, keep this list synced with kpilotui.rc and pilotDaemon.cpp
a = new TDEAction ( i18n ( " &HotSync " ) , CSL1 ( " hotsync " ) , 0 ,
a = new TDEAction ( i18n ( " &HotSync " ) , CSL1 ( " hotsync " ) , 0 ,
this , TQ T _SLOT( slotHotSyncRequested ( ) ) ,
this , TQ _SLOT( slotHotSyncRequested ( ) ) ,
actionCollection ( ) , " file_hotsync " ) ;
actionCollection ( ) , " file_hotsync " ) ;
a - > setToolTip ( i18n ( " Next HotSync will be normal HotSync. " ) ) ;
a - > setToolTip ( i18n ( " Next HotSync will be normal HotSync. " ) ) ;
a - > setWhatsThis ( i18n ( " Tell the daemon that the next HotSync "
a - > setWhatsThis ( i18n ( " Tell the daemon that the next HotSync "
@ -531,7 +531,7 @@ void KPilotInstaller::initMenu()
syncPopup - > insert ( a ) ;
syncPopup - > insert ( a ) ;
a = new TDEAction ( i18n ( " Full&Sync " ) , CSL1 ( " fullsync " ) , 0 ,
a = new TDEAction ( i18n ( " Full&Sync " ) , CSL1 ( " fullsync " ) , 0 ,
this , TQ T _SLOT( slotFullSyncRequested ( ) ) ,
this , TQ _SLOT( slotFullSyncRequested ( ) ) ,
actionCollection ( ) , " file_fullsync " ) ;
actionCollection ( ) , " file_fullsync " ) ;
a - > setToolTip ( i18n ( " Next HotSync will be a FullSync. " ) ) ;
a - > setToolTip ( i18n ( " Next HotSync will be a FullSync. " ) ) ;
a - > setWhatsThis ( i18n ( " Tell the daemon that the next HotSync "
a - > setWhatsThis ( i18n ( " Tell the daemon that the next HotSync "
@ -539,7 +539,7 @@ void KPilotInstaller::initMenu()
syncPopup - > insert ( a ) ;
syncPopup - > insert ( a ) ;
a = new TDEAction ( i18n ( " &Backup " ) , CSL1 ( " backup " ) , 0 ,
a = new TDEAction ( i18n ( " &Backup " ) , CSL1 ( " backup " ) , 0 ,
this , TQ T _SLOT( slotBackupRequested ( ) ) ,
this , TQ _SLOT( slotBackupRequested ( ) ) ,
actionCollection ( ) , " file_backup " ) ;
actionCollection ( ) , " file_backup " ) ;
a - > setToolTip ( i18n ( " Next HotSync will be backup. " ) ) ;
a - > setToolTip ( i18n ( " Next HotSync will be backup. " ) ) ;
a - > setWhatsThis ( i18n ( " Tell the daemon that the next HotSync "
a - > setWhatsThis ( i18n ( " Tell the daemon that the next HotSync "
@ -547,7 +547,7 @@ void KPilotInstaller::initMenu()
syncPopup - > insert ( a ) ;
syncPopup - > insert ( a ) ;
a = new TDEAction ( i18n ( " &Restore " ) , CSL1 ( " restore " ) , 0 ,
a = new TDEAction ( i18n ( " &Restore " ) , CSL1 ( " restore " ) , 0 ,
this , TQ T _SLOT( slotRestoreRequested ( ) ) ,
this , TQ _SLOT( slotRestoreRequested ( ) ) ,
actionCollection ( ) , " file_restore " ) ;
actionCollection ( ) , " file_restore " ) ;
a - > setToolTip ( i18n ( " Next HotSync will be restore. " ) ) ;
a - > setToolTip ( i18n ( " Next HotSync will be restore. " ) ) ;
a - > setWhatsThis ( i18n ( " Tell the daemon that the next HotSync "
a - > setWhatsThis ( i18n ( " Tell the daemon that the next HotSync "
@ -555,7 +555,7 @@ void KPilotInstaller::initMenu()
syncPopup - > insert ( a ) ;
syncPopup - > insert ( a ) ;
a = new TDEAction ( i18n ( " Copy Handheld to PC " ) , TQString ( ) , 0 ,
a = new TDEAction ( i18n ( " Copy Handheld to PC " ) , TQString ( ) , 0 ,
this , TQ T _SLOT( slotHHtoPCRequested ( ) ) ,
this , TQ _SLOT( slotHHtoPCRequested ( ) ) ,
actionCollection ( ) , " file_HHtoPC " ) ;
actionCollection ( ) , " file_HHtoPC " ) ;
a - > setToolTip ( i18n ( " Next HotSync will be backup. " ) ) ;
a - > setToolTip ( i18n ( " Next HotSync will be backup. " ) ) ;
a - > setWhatsThis ( i18n ( " Tell the daemon that the next HotSync "
a - > setWhatsThis ( i18n ( " Tell the daemon that the next HotSync "
@ -564,7 +564,7 @@ void KPilotInstaller::initMenu()
syncPopup - > insert ( a ) ;
syncPopup - > insert ( a ) ;
a = new TDEAction ( i18n ( " Copy PC to Handheld " ) , TQString ( ) , 0 ,
a = new TDEAction ( i18n ( " Copy PC to Handheld " ) , TQString ( ) , 0 ,
this , TQ T _SLOT( slotPCtoHHRequested ( ) ) ,
this , TQ _SLOT( slotPCtoHHRequested ( ) ) ,
actionCollection ( ) , " file_PCtoHH " ) ;
actionCollection ( ) , " file_PCtoHH " ) ;
a - > setToolTip ( i18n ( " Next HotSync will copy PC to Handheld. " ) ) ;
a - > setToolTip ( i18n ( " Next HotSync will copy PC to Handheld. " ) ) ;
a - > setWhatsThis ( i18n ( " Tell the daemon that the next HotSync "
a - > setWhatsThis ( i18n ( " Tell the daemon that the next HotSync "
@ -575,7 +575,7 @@ void KPilotInstaller::initMenu()
#if 0
#if 0
a = new TDEAction ( i18n ( " &List Only " ) , CSL1 ( " listsync " ) , 0 ,
a = new TDEAction ( i18n ( " &List Only " ) , CSL1 ( " listsync " ) , 0 ,
this , TQ T _SLOT( slotTestSyncRequested ( ) ) ,
this , TQ _SLOT( slotTestSyncRequested ( ) ) ,
actionCollection ( ) , " file_list " ) ;
actionCollection ( ) , " file_list " ) ;
a - > setToolTip ( i18n ( " Next HotSync will list databases. " ) ) ;
a - > setToolTip ( i18n ( " Next HotSync will list databases. " ) ) ;
a - > setWhatsThis ( i18n ( " Tell the daemon that the next HotSync "
a - > setWhatsThis ( i18n ( " Tell the daemon that the next HotSync "
@ -586,14 +586,14 @@ void KPilotInstaller::initMenu()
a = new TDEAction ( i18n ( " Rese&t Link " ) , CSL1 ( " reload " ) , 0 ,
a = new TDEAction ( i18n ( " Rese&t Link " ) , CSL1 ( " reload " ) , 0 ,
this , TQ T _SLOT( slotResetLink ( ) ) ,
this , TQ _SLOT( slotResetLink ( ) ) ,
actionCollection ( ) , " file_reload " ) ;
actionCollection ( ) , " file_reload " ) ;
a - > setToolTip ( i18n ( " Reset the device connection. " ) ) ;
a - > setToolTip ( i18n ( " Reset the device connection. " ) ) ;
a - > setWhatsThis ( i18n ( " Try to reset the daemon and its connection "
a - > setWhatsThis ( i18n ( " Try to reset the daemon and its connection "
" to the Handheld. " ) ) ;
" to the Handheld. " ) ) ;
a = KStdAction : : quit ( this , TQ T _SLOT( quit ( ) ) , actionCollection ( ) ) ;
a = KStdAction : : quit ( this , TQ _SLOT( quit ( ) ) , actionCollection ( ) ) ;
a - > setWhatsThis ( i18n ( " Quit KPilot, (and stop the daemon "
a - > setWhatsThis ( i18n ( " Quit KPilot, (and stop the daemon "
" if configured that way). " ) ) ;
" if configured that way). " ) ) ;
@ -603,15 +603,15 @@ void KPilotInstaller::initMenu()
createStandardStatusBarAction ( ) ;
createStandardStatusBarAction ( ) ;
setStandardToolBarMenuEnabled ( true ) ;
setStandardToolBarMenuEnabled ( true ) ;
( void ) KStdAction : : keyBindings ( this , TQ T _SLOT( optionsConfigureKeys ( ) ) ,
( void ) KStdAction : : keyBindings ( this , TQ _SLOT( optionsConfigureKeys ( ) ) ,
actionCollection ( ) ) ;
actionCollection ( ) ) ;
( void ) KStdAction : : configureToolbars ( this , TQ T _SLOT( optionsConfigureToolbars ( ) ) ,
( void ) KStdAction : : configureToolbars ( this , TQ _SLOT( optionsConfigureToolbars ( ) ) ,
actionCollection ( ) ) ;
actionCollection ( ) ) ;
( void ) KStdAction : : preferences ( this , TQ T _SLOT( configure ( ) ) ,
( void ) KStdAction : : preferences ( this , TQ _SLOT( configure ( ) ) ,
actionCollection ( ) ) ;
actionCollection ( ) ) ;
a = new TDEAction ( i18n ( " Configuration &Wizard... " ) , CSL1 ( " wizard " ) , 0 ,
a = new TDEAction ( i18n ( " Configuration &Wizard... " ) , CSL1 ( " wizard " ) , 0 ,
this , TQ T _SLOT( configureWizard ( ) ) ,
this , TQ _SLOT( configureWizard ( ) ) ,
actionCollection ( ) , " options_configure_wizard " ) ;
actionCollection ( ) , " options_configure_wizard " ) ;
a - > setWhatsThis ( i18n ( " Configure KPilot using the configuration wizard. " ) ) ;
a - > setWhatsThis ( i18n ( " Configure KPilot using the configuration wizard. " ) ) ;
@ -685,13 +685,13 @@ void KPilotInstaller::addComponentPage(PilotComponent * p,
TDEToggleAction * pt =
TDEToggleAction * pt =
new TDEToggleAction ( name , /* "kpilot" -- component icon, */ 0 ,
new TDEToggleAction ( name , /* "kpilot" -- component icon, */ 0 ,
p , TQ T _SLOT( slotShowComponent ( ) ) ,
p , TQ _SLOT( slotShowComponent ( ) ) ,
actionCollection ( ) , actionname ) ;
actionCollection ( ) , actionname ) ;
pt - > setExclusiveGroup ( CSL1 ( " view_menu " ) ) ;
pt - > setExclusiveGroup ( CSL1 ( " view_menu " ) ) ;
connect ( p , TQ T _SIGNAL( showComponent ( PilotComponent * ) ) ,
connect ( p , TQ _SIGNAL( showComponent ( PilotComponent * ) ) ,
this , TQ T _SLOT( slotSelectComponent ( PilotComponent * ) ) ) ;
this , TQ _SLOT( slotSelectComponent ( PilotComponent * ) ) ) ;
}
}
/* slot */ void KPilotInstaller : : initializeComponents ( )
/* slot */ void KPilotInstaller : : initializeComponents ( )
@ -719,7 +719,7 @@ void KPilotInstaller::optionsConfigureToolbars()
// This was added in KDE 3.1
// This was added in KDE 3.1
saveMainWindowSettings ( TDEGlobal : : config ( ) , autoSaveGroup ( ) ) ;
saveMainWindowSettings ( TDEGlobal : : config ( ) , autoSaveGroup ( ) ) ;
KEditToolbar dlg ( actionCollection ( ) ) ;
KEditToolbar dlg ( actionCollection ( ) ) ;
connect ( & dlg , TQ T _SIGNAL( newToolbarConfig ( ) ) , this , TQ T _SLOT( slotNewToolbarConfig ( ) ) ) ;
connect ( & dlg , TQ _SIGNAL( newToolbarConfig ( ) ) , this , TQ _SLOT( slotNewToolbarConfig ( ) ) ) ;
dlg . exec ( ) ;
dlg . exec ( ) ;
}
}
@ -1124,7 +1124,7 @@ int main(int argc, char **argv)
return 1 ;
return 1 ;
}
}
TQTimer : : singleShot ( 0 , tp , TQ T _SLOT( startDaemonIfNeeded ( ) ) ) ;
TQTimer : : singleShot ( 0 , tp , TQ _SLOT( startDaemonIfNeeded ( ) ) ) ;
TDEGlobal : : dirs ( ) - > addResourceType ( " pilotdbs " ,
TDEGlobal : : dirs ( ) - > addResourceType ( " pilotdbs " ,
CSL1 ( " share/apps/kpilot/DBBackup " ) ) ;
CSL1 ( " share/apps/kpilot/DBBackup " ) ) ;