[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/plugins/translator
From:       Laurent Montel <montel () kde ! org>
Date:       2009-03-18 8:22:21
Message-ID: 1237364541.177816.5607.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 940743 by mlaurent:

don't use deprecated signal


 M  +1 -1      translatorplugin.cpp  


--- trunk/KDE/kdenetwork/kopete/plugins/translator/translatorplugin.cpp \
#940742:940743 @@ -80,7 +80,7 @@
 	m_actionLanguage = new KSelectAction( KIcon("preferences-desktop-locale"), i18n( \
                "Set &Language" ), this );
         actionCollection()->addAction( "contactLanguage", m_actionLanguage );
 	m_actionLanguage->setItems( keys );
-	connect( m_actionLanguage, SIGNAL( activated() ), this, SLOT(slotSetLanguage() ) );
+	connect( m_actionLanguage, SIGNAL( triggered(bool) ), this, SLOT(slotSetLanguage() \
) );  connect( Kopete::ContactList::self(), SIGNAL( metaContactSelected( bool ) ), \
this, SLOT( slotSelectionChanged( bool ) ) );  
 	setXMLFile( "translatorui.rc" );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic