From f21aaec952493cb5688c73de6e82a569ddbd7fb2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:36:20 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kopete/protocols/msn/ui/msneditaccountwidget.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kopete/protocols/msn/ui') diff --git a/kopete/protocols/msn/ui/msneditaccountwidget.cpp b/kopete/protocols/msn/ui/msneditaccountwidget.cpp index 60672824..57764d14 100644 --- a/kopete/protocols/msn/ui/msneditaccountwidget.cpp +++ b/kopete/protocols/msn/ui/msneditaccountwidget.cpp @@ -105,7 +105,7 @@ MSNEditAccountWidget::MSNEditAccountWidget( MSNProtocol *proto, Kopete::Account // default fields if ( account ) { - KConfigGroup * config=account->configGroup(); + TDEConfigGroup * config=account->configGroup(); d->ui->m_login->setText( account->accountId() ); d->ui->m_password->load( &static_cast(account)->password() ); @@ -198,7 +198,7 @@ Kopete::Account * MSNEditAccountWidget::apply() if ( !account() ) setAccount( new MSNAccount( d->protocol, d->ui->m_login->text() ) ); - KConfigGroup *config=account()->configGroup(); + TDEConfigGroup *config=account()->configGroup(); account()->setExcludeConnect( d->ui->m_autologin->isChecked() ); d->ui->m_password->save( &static_cast(account())->password() ); @@ -332,7 +332,7 @@ void MSNEditAccountWidget::slotSelectImage() return; if( !filePath.isLocalFile() ) { - if(!KIO::NetAccess::download( filePath, path, this )) { + if(!TDEIO::NetAccess::download( filePath, path, this )) { KMessageBox::sorry( this, i18n( "Downloading of display image failed" ), i18n( "MSN Plugin" ) ); return; } @@ -355,7 +355,7 @@ void MSNEditAccountWidget::slotSelectImage() KMessageBox::sorry( this, i18n( "An error occurred when trying to change the display picture.
" "Make sure that you have selected a correct image file
" ), i18n( "MSN Plugin" ) ); } - if( remoteFile ) KIO::NetAccess::removeTempFile( path ); + if( remoteFile ) TDEIO::NetAccess::removeTempFile( path ); } void MSNEditAccountWidget::slotOpenRegister() -- cgit v1.2.1