summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/abeditor.h
Side-by-side diff
Diffstat (limited to 'core/pim/addressbook/abeditor.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/addressbook/abeditor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/pim/addressbook/abeditor.h b/core/pim/addressbook/abeditor.h
index 9ce6704..a9c1c5f 100644
--- a/core/pim/addressbook/abeditor.h
+++ b/core/pim/addressbook/abeditor.h
@@ -35,23 +35,23 @@ class QComboBox;
class CategorySelect;
class AbEditor : public QDialog
{
Q_OBJECT
public:
- AbEditor( const Contact &entry, const QValueList<int> *newOrdedValues,
+ AbEditor( const OContact &entry, const QValueList<int> *newOrdedValues,
QStringList *slNewOrdered,
QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~AbEditor();
void loadFields();
void setNameFocus();
- Contact entry() const { return ent; }
+ OContact entry() const { return ent; }
public slots:
void slotNote();
- void setEntry( const Contact &entry );
+ void setEntry( const OContact &entry );
protected slots:
void accept();
private:
void init();
@@ -60,13 +60,13 @@ private:
bool isEmpty();
private:
QDialog *dlgNote;
QLabel *lblNote;
QMultiLineEdit *txtNote;
- Contact ent;
+ OContact ent;
QScrollView *svPage;
QLineEdit *firstEdit;
QLineEdit *lastEdit;
QLineEdit *middleEdit;
QComboBox *genderCombo;
QList<QLineEdit> listValue;