@ -44,6 +45,21 @@ int main(int argc, char *argv[])
if(args->count()>0){
mainWin->setServerHost(args->arg(0));
}
else{
boolaccepted;
TQStringserverHost=KInputDialog::getText(i18n("Enter server FQDN"),i18n("Please enter the FQDN of the desired remote laboratory server below"),"",&accepted);
connect_action=newKAction(i18n("Connect to Server"),"connect_creating",KShortcut(),TQT_TQOBJECT(this),TQT_SLOT(connectToServer()),ac,"connect_server");
disconnect_action=newKAction(i18n("Disconnect from Server"),"connect_no",KShortcut(),TQT_TQOBJECT(this),TQT_SLOT(disconnectFromServer()),ac,"disconnect_server");