Whitespace cleanup.

svn path=/trunk/kdepim/; revision=329211
wilder-work
Till Adam 22 years ago
parent bf2271f770
commit 80f7b9a7ac
  1. 7
      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 );

Loading…
Cancel
Save