From 83787b3d145bdb6c045f1b7fa6cb6c52cc31150f Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Sun, 18 Nov 2012 16:42:53 +0100 Subject: [PATCH] Make it private --- xfaceconfigurator.h | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/xfaceconfigurator.h b/xfaceconfigurator.h index 6cd7d0e09..e1761f01d 100644 --- a/xfaceconfigurator.h +++ b/xfaceconfigurator.h @@ -42,13 +42,6 @@ namespace KMail { QString xface() const; void setXFace( const QString & text ); - protected: - QCheckBox * mEnableCheck; - KTextEdit * mTextEdit; - QLabel * mXFaceLabel; - KComboBox * mSourceCombo; - - private: void setXfaceFromFile( const KUrl &url ); @@ -57,6 +50,14 @@ namespace KMail { void slotSelectFromAddressbook(); void slotDelayedSelectFromAddressbook( KJob* ); void slotUpdateXFace(); + + private: + QCheckBox * mEnableCheck; + KTextEdit * mTextEdit; + QLabel * mXFaceLabel; + KComboBox * mSourceCombo; + + }; } // namespace KMail