if(KMessageBox::warningYesNo(this,i18n("Destination file \n%1\nalready exists.\nDo you want to overwrite it?").arg(destURL.prettyURL()),TQString(),i18n("Overwrite"),i18n("Do Not Overwrite"))
if(KMessageBox::warningYesNo(this,i18n("Destination file \n%1\nalready exists.\nDo you want to overwrite it?").arg(destURL.prettyURL()),TQString(),i18n("Overwrite"),i18n("Do Not Overwrite"))
@ -6,7 +6,7 @@ Provides a view of the current state of your contact list as a webpage.
How It Does It
Every so often, it writes a file containing a snapshot of who is online and who is not in your contactlist to a location you specify. This can be a local file, an FTP server, a HTTP server, or anywhere else that KIO can access.
Use KIO::NetAccess to upload the files!
Use TDEIO::NetAccess to upload the files!
Getting Info about Local User's Status
Goal is to allow ppl who don't have us on their contactlist to see what our current status is and what our UIN/id is for each protocol. So we need to know (protocol, uin, status).
client()->notifyError(i18n("The picture was not successfully uploaded"),TQString("%1 - %2").arg(i).arg(static_cast<constKBufferedSocket*>(sender())->KSocketBase::errorString()),Client::Error);
client()->notifyError(i18n("The picture was not successfully uploaded"),TQString("%1 - %2").arg(i).arg(static_cast<constKBufferedSocket*>(sender())->TDESocketBase::errorString()),Client::Error);
kdDebug(YAHOO_RAW_DEBUG)<<"Webcam connection to the user "<<socketMap[socket].sender<<" failed. Error "<<error<<" - "<<socket->KSocketBase::errorString()<<endl;
kdDebug(YAHOO_RAW_DEBUG)<<"Webcam connection to the user "<<socketMap[socket].sender<<" failed. Error "<<error<<" - "<<socket->TDESocketBase::errorString()<<endl;
client()->notifyError(i18n("Webcam connection to the user %1 could not be established.\n\nPlease relogin and try again.")