summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/namelineedit.h
authoreilers <eilers>2004-07-18 13:54:18 (UTC)
committer eilers <eilers>2004-07-18 13:54:18 (UTC)
commitbb9c5344b397796ed424e3daddaf68e6c062c747 (patch) (side-by-side diff)
tree13d2fc8da9b891c8d63c6d319177b7e8e868aaa3 /core/pim/addressbook/namelineedit.h
parentb5e4ae2b7d5dfc371ed621242da4e019ede1b579 (diff)
downloadopie-bb9c5344b397796ed424e3daddaf68e6c062c747.zip
opie-bb9c5344b397796ed424e3daddaf68e6c062c747.tar.gz
opie-bb9c5344b397796ed424e3daddaf68e6c062c747.tar.bz2
Fixing Bug #1361
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