Make it private

wilder-work
Montel Laurent 14 years ago
parent 58a969f961
commit 83787b3d14
  1. 15
      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

Loading…
Cancel
Save