summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/namelineedit.h
Side-by-side diff
Diffstat (limited to 'core/pim/addressbook/namelineedit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/addressbook/namelineedit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/pim/addressbook/namelineedit.h b/core/pim/addressbook/namelineedit.h
index c719579..7f0eda8 100644
--- a/core/pim/addressbook/namelineedit.h
+++ b/core/pim/addressbook/namelineedit.h
@@ -17,17 +17,20 @@ namespace ABOOK {
class NameLineEdit : public QLineEdit {
Q_OBJECT
public:
NameLineEdit( QWidget* parent, const char* name = 0 );
NameLineEdit( const QString& str, QWidget* par,
const char *name = 0);
~NameLineEdit();
protected:
void keyPressEvent( QKeyEvent* ev );
private:
+ void configReader();
+
bool m_prevSpace : 1;
+ bool m_disabled : 1;
};
}
#endif