diff --git a/kmcomposewin.h b/kmcomposewin.h index ec84b2388..449ed07f3 100644 --- a/kmcomposewin.h +++ b/kmcomposewin.h @@ -605,12 +605,13 @@ protected: /** * Show or hide header lines */ + void rethinkHeaderLine( int aValue, int aMask, int& aRow, const QString &aLabelStr, QLabel* aLbl, QLineEdit* aEdt, QPushButton* aBtn = 0, - const QString &toolTip = QString::null , - const QString &whatsThis = QString::null ); - + const QString &toolTip = QString::null, + const QString &whatsThis = QString::null ); + void rethinkHeaderLine( int value, int mask, int& row, const QString& labelStr, QLabel* lbl, QComboBox* cbx, QCheckBox *chk );