summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/addressbook.h
authoreilers <eilers>2002-10-08 12:33:52 (UTC)
committer eilers <eilers>2002-10-08 12:33:52 (UTC)
commita194611bf645fe7e2e9e83733ababc587fd42f1d (patch) (unidiff)
tree2c21a5576bce48dba2fe83f6c849c0d16025a848 /core/pim/addressbook/addressbook.h
parent333fec32d47ea32de9fb4c8cd378a519785a1ff8 (diff)
downloadopie-a194611bf645fe7e2e9e83733ababc587fd42f1d.zip
opie-a194611bf645fe7e2e9e83733ababc587fd42f1d.tar.gz
opie-a194611bf645fe7e2e9e83733ababc587fd42f1d.tar.bz2
Joined development branch: It uses the new PIM API
Some features in "View" added by Darwin Zins, but they are not finished..
Diffstat (limited to 'core/pim/addressbook/addressbook.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/addressbook/addressbook.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/core/pim/addressbook/addressbook.h b/core/pim/addressbook/addressbook.h
index 34ca85d..bf36407 100644
--- a/core/pim/addressbook/addressbook.h
+++ b/core/pim/addressbook/addressbook.h
@@ -78,2 +78,3 @@ private slots:
78 void slotSetFont(int); 78 void slotSetFont(int);
79
79private: 80private:
@@ -86,4 +87,3 @@ private:
86 QToolButton *deleteButton; 87 QToolButton *deleteButton;
87 QValueList<int> allFields, 88 QValueList<int> allFields, orderedFields;
88 orderedFields;
89 QStringList slOrderedFields; 89 QStringList slOrderedFields;
@@ -96,4 +96,3 @@ private:
96 96
97 QAction *actionNew, *actionEdit, *actionTrash, *actionFind, *actionBeam, 97 QAction *actionNew, *actionEdit, *actionTrash, *actionFind, *actionBeam, *actionPersonal, *actionMail;
98 *actionPersonal, *actionMail;
99 98
@@ -105,2 +104,4 @@ private:
105 int startFontSize; 104 int startFontSize;
105
106 bool isLoading;
106}; 107};