23    void on_pbOk_clicked();
 
   24    void on_pbCancel_clicked();
 
   25    void on_pbShellBrowse_clicked();
 
   26    void on_cbShellName_currentIndexChanged(
int index);
 
   27    void on_pbAddCommand_clicked();
 
   28    void on_leCommand_editingFinished();
 
   29    void on_pbDeleteCommands_clicked();
 
   30    void on_pbHelp_clicked();
 
   33    int AddShell(QString szShell, 
const QString& name = QString());
 
   36    Ui::CDlgSettingsTerminal *ui;