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

List:       kde-commits
Subject:    kdepim/kontact
From:       Tobias Koenig <tokoe () kde ! org>
Date:       2003-11-21 19:04:33
[Download RAW message or body]

CVS commit by tokoe: 

Added configChanged() slot to the Kontact::Summary interface.
This slot is called whenever the settings in the summary config
dialog are changed.


  M +3 -0      interfaces/summary.h   1.8
  M +3 -0      plugins/summary/summaryview_part.cpp   1.28


--- kdepim/kontact/interfaces/summary.h  #1.7:1.8
@@ -61,4 +61,7 @@ class Summary : public QWidget
     virtual QStringList configModules() const { return QStringList(); }
 
+  public slots:
+    virtual void configChanged() {};
+
   signals:
     void message( const QString &message );

--- kdepim/kontact/plugins/summary/summaryview_part.cpp  #1.27:1.28
@@ -239,4 +239,7 @@ void SummaryViewPart::slotConfigure()
         modules.append( *sit );
       }
+
+      connect( mOptionsDialog, SIGNAL( configCommitted() ),
+               summary, SLOT( configChanged() ) );
     }
 


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

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