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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/pim/addressbook/addressbook.h b/core/pim/addressbook/addressbook.h
index 476c971..da43731 100644
--- a/core/pim/addressbook/addressbook.h
+++ b/core/pim/addressbook/addressbook.h
@@ -50,24 +50,25 @@ protected:
50 void editPersonal(); 50 void editPersonal();
51 void editEntry( EntryMode ); 51 void editEntry( EntryMode );
52 void closeEvent( QCloseEvent *e ); 52 void closeEvent( QCloseEvent *e );
53 bool save(); 53 bool save();
54 54
55public slots: 55public slots:
56 void flush(); 56 void flush();
57 void reload(); 57 void reload();
58 void appMessage(const QCString &, const QByteArray &); 58 void appMessage(const QCString &, const QByteArray &);
59 void setDocument( const QString & ); 59 void setDocument( const QString & );
60 60
61private slots: 61private slots:
62 void importvCard();
62 void slotListNew(); 63 void slotListNew();
63 void slotListView(); 64 void slotListView();
64 void slotListDelete(); 65 void slotListDelete();
65 void slotViewBack(); 66 void slotViewBack();
66 void slotViewEdit(); 67 void slotViewEdit();
67 void slotPersonalView(); 68 void slotPersonalView();
68 void listIsEmpty( bool ); 69 void listIsEmpty( bool );
69 void slotSettings(); 70 void slotSettings();
70 void writeMail(); 71 void writeMail();
71 void slotBeam(); 72 void slotBeam();
72 void beamDone( Ir * ); 73 void beamDone( Ir * );
73 void slotFind(); 74 void slotFind();