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

List:       kde-commits
Subject:    KDE/kdebase/workspace/systemsettings/core
From:       Dario Freddi <drf () kde ! org>
Date:       2009-08-31 11:12:10
Message-ID: 1251717130.987447.8641.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1017749 by dafre:

Forgot to fix the signals


 M  +2 -2      ModuleView.cpp  


--- trunk/KDE/kdebase/workspace/systemsettings/core/ModuleView.cpp #1017748:1017749
@@ -321,12 +321,12 @@
     if( activeModule ) {
         change = activeModule->changed();
 
-        disconnect( d->mApply, SIGNAL(authorized(KAuth::Action)), this, SLOT(moduleSave()) );
+        disconnect( d->mApply, SIGNAL(authorized(KAuth::Action*)), this, SLOT(moduleSave()) );
         disconnect( d->mApply, SIGNAL(clicked()), this, SLOT(moduleSave()) );
 
         if (activeModule->realModule()->authAction()) {
             d->mApply->setAuthAction(activeModule->realModule()->authAction());
-            connect( d->mApply, SIGNAL(authorized(KAuth::Action)), this, SLOT(moduleSave()) );
+            connect( d->mApply, SIGNAL(authorized(KAuth::Action*)), this, SLOT(moduleSave()) );
         } else {
             d->mApply->setAuthAction(0);
             connect( d->mApply, SIGNAL(clicked()), this, SLOT(moduleSave()) );
[prev in list] [next in list] [prev in thread] [next in thread] 

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