summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/addressbook.h
Unidiff
Diffstat (limited to 'core/pim/addressbook/addressbook.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/addressbook/addressbook.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/pim/addressbook/addressbook.h b/core/pim/addressbook/addressbook.h
index 299ed70..8027ccf 100644
--- a/core/pim/addressbook/addressbook.h
+++ b/core/pim/addressbook/addressbook.h
@@ -97,37 +97,40 @@ private slots:
97private: 97private:
98 void initFields(); // inititialize our fields... 98 void initFields(); // inititialize our fields...
99 AbLabel *abView(); 99 AbLabel *abView();
100 void populateCategories(); 100 void populateCategories();
101 101
102 QPopupMenu *catMenu, *fontMenu; 102 QPopupMenu *catMenu, *fontMenu;
103 QPEToolBar *listTools; 103 QPEToolBar *listTools;
104 QToolButton *deleteButton; 104 QToolButton *deleteButton;
105 QValueList<int> allFields, orderedFields; 105 QValueList<int> allFields, orderedFields;
106 QStringList slOrderedFields; 106 QStringList slOrderedFields;
107 enum Panes { paneList=0, paneView, paneEdit }; 107 enum Panes { paneList=0, paneView, paneEdit };
108 ContactEditor *abEditor; 108 ContactEditor *abEditor;
109 AbLabel *mView; 109 AbLabel *mView;
110 LetterPicker *pLabel; 110 LetterPicker *pLabel;
111 AbTable *abList; 111 AbTable *abList;
112 QWidget *listContainer; 112 QWidget *listContainer;
113 113
114 // Searching stuff 114 // Searching stuff
115 OFloatBar* searchBar; 115 OFloatBar* searchBar;
116 QLineEdit* searchEdit; 116 QLineEdit* searchEdit;
117 bool useRegExp; 117 bool useRegExp;
118 bool doNotifyWrapAround; 118 bool doNotifyWrapAround;
119 bool caseSensitive; 119 bool caseSensitive;
120 120
121 bool m_useQtMail;
122 bool m_useOpieMail;
123
121 QAction *actionNew, *actionEdit, *actionTrash, *actionFind, *actionBeam, *actionPersonal, *actionMail; 124 QAction *actionNew, *actionEdit, *actionTrash, *actionFind, *actionBeam, *actionPersonal, *actionMail;
122 125
123 bool bAbEditFirstTime; 126 bool bAbEditFirstTime;
124 int viewMargin; 127 int viewMargin;
125 128
126 bool syncing; 129 bool syncing;
127 QFont *defaultFont; 130 QFont *defaultFont;
128 int startFontSize; 131 int startFontSize;
129 132
130 bool isLoading; 133 bool isLoading;
131}; 134};
132 135
133#endif 136#endif