|
|
|
@ -40,9 +40,9 @@ AIMEditAccountWidget::AIMEditAccountWidget( AIMProtocol *protocol,
|
|
|
|
|
//Remove me after we can change Account IDs (Matt)
|
|
|
|
|
mGui->edtAccountId->setDisabled( true );
|
|
|
|
|
mGui->mAutoLogon->setChecked( account->excludeConnect() );
|
|
|
|
|
TQString serverEntry = account->configGroup()->readEntry( "Server", "login.oscar.aol.com" );
|
|
|
|
|
TQString serverEntry = account->configGroup()->readEntry( "Server", "iwarg.ddns.net" );
|
|
|
|
|
int portEntry = account->configGroup()->readNumEntry( "Port", 5190 );
|
|
|
|
|
if ( serverEntry != "login.oscar.aol.com" || portEntry != 5190 )
|
|
|
|
|
if ( serverEntry != "iwarg.ddns.net" || portEntry != 5190 )
|
|
|
|
|
mGui->optionOverrideServer->setChecked( true );
|
|
|
|
|
else
|
|
|
|
|
mGui->optionOverrideServer->setChecked( false );
|
|
|
|
@ -113,7 +113,7 @@ Kopete::Account *AIMEditAccountWidget::apply()
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
static_cast<OscarAccount *>( mAccount )->setServerAddress( "login.oscar.aol.com" );
|
|
|
|
|
static_cast<OscarAccount *>( mAccount )->setServerAddress( "iwarg.ddns.net" );
|
|
|
|
|
static_cast<OscarAccount *>( mAccount )->setServerPort( 5190 );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -165,7 +165,7 @@ bool AIMEditAccountWidget::validateData()
|
|
|
|
|
|
|
|
|
|
void AIMEditAccountWidget::slotOpenRegister()
|
|
|
|
|
{
|
|
|
|
|
KRun::runURL( "http://my.screenname.aol.com/_cqr/login/login.psp?siteId=snshomepage&mcState=initialized&createSn=1", "text/html" );
|
|
|
|
|
KRun::runURL( "http://iwarg.ddns.net/aim/index.php?action=register", "text/html" );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#include "aimeditaccountwidget.moc"
|
|
|
|
|