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

List:       kde-commits
Subject:    kdenetwork/kopete/kopete/config/behavior
From:       Matthias Kretz <kretz () kde ! org>
Date:       2003-11-10 14:56:22
[Download RAW message or body]

CVS commit by mkretz: 

s/setChanged/emit changed/

and disable ugly looking hack that should not be needed anymore - please
test and if there are problem, let me know so that I may fix it for real


  M +7 -7      behaviorconfig.cpp   1.8


--- kdenetwork/kopete/kopete/config/behavior/behaviorconfig.cpp  #1.7:1.8
@@ -148,5 +148,5 @@ void BehaviorConfig::save()
 
         p->save();
-        setChanged(false);
+        emit changed(false);
 }
 
@@ -188,6 +188,6 @@ void BehaviorConfig::load()
 
         //TODO: make the whole thing working corretly insteads of this ugly hack...
-        setChanged(false);
-        setChanged(true);
+        // emit changed(false);
+        // emit changed(true);
 }
 
@@ -196,5 +196,5 @@ void BehaviorConfig::slotConfigSound()
 {
         KNotifyDialog::configure( this );
-        setChanged(true);
+        emit changed(true);
 }
 
@@ -204,15 +204,15 @@ void BehaviorConfig::slotShowTrayChanged
         mPrfsGeneral->mTrayflashNotifyChk->setEnabled(check);
         mPrfsGeneral->mBalloonNotifyChk->setEnabled(check);
-        setChanged(true);
+        emit changed(true);
 }
 
 void BehaviorConfig::slotSettingsChanged(bool)
 {
-        setChanged(true);
+        emit changed(true);
 }
 
 void BehaviorConfig::slotValueChanged(int)
 {
-        setChanged( true );
+        emit changed( true );
 }
 #include "behaviorconfig.moc"


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

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