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

List:       kde-commits
Subject:    KDE/kdenetwork
From:       Laurent Montel <montel () kde ! org>
Date:       2010-08-30 11:40:30
Message-ID: 20100830114030.4FAC1AC857 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1169952 by mlaurent:

don't use deprecated signal


 M  +1 -1      kget/mainwindow.cpp  
 M  +1 -1      kopete/kopete/kopetewindow.cpp  
 M  +1 -1      krdc/mainwindow.cpp  


--- trunk/KDE/kdenetwork/kget/mainwindow.cpp #1169951:1169952
@@ -877,7 +877,7 @@
 void MainWindow::slotConfigureToolbars()
 {
     KEditToolBar edit( actionCollection() );
-    connect(&edit, SIGNAL( newToolbarConfig() ), this, SLOT( slotNewToolbarConfig() ));
+    connect(&edit, SIGNAL( newToolBarConfig() ), this, SLOT( slotNewToolbarConfig() ));
     edit.exec();
 }
 
--- trunk/KDE/kdenetwork/kopete/kopete/kopetewindow.cpp #1169951:1169952
@@ -759,7 +759,7 @@
 	KConfigGroup cg ( KGlobal::config(), "General Options" );
 	saveMainWindowSettings ( cg );
 	KEditToolBar *dlg = new KEditToolBar ( factory() );
-	connect ( dlg, SIGNAL ( newToolbarConfig() ), this, SLOT ( slotUpdateToolbar() ) );
+	connect ( dlg, SIGNAL ( newToolBarConfig() ), this, SLOT ( slotUpdateToolbar() ) );
 	connect ( dlg, SIGNAL ( finished() ) , dlg, SLOT ( deleteLater() ) );
 	dlg->show();
 }
--- trunk/KDE/kdenetwork/krdc/mainwindow.cpp #1169951:1169952
@@ -972,7 +972,7 @@
 void MainWindow::configureToolbars()
 {
     KEditToolBar edit(actionCollection());
-    connect(&edit, SIGNAL(newToolbarConfig()), this, SLOT(newToolbarConfig()));
+    connect(&edit, SIGNAL(newToolBarConfig()), this, SLOT(newToolbarConfig()));
     edit.exec();
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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