summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/addressbook/addresspluginwidget.h
Unidiff
Diffstat (limited to 'core/pim/today/plugins/addressbook/addresspluginwidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/plugins/addressbook/addresspluginwidget.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/pim/today/plugins/addressbook/addresspluginwidget.h b/core/pim/today/plugins/addressbook/addresspluginwidget.h
index 89ffe7f..63f2a2b 100644
--- a/core/pim/today/plugins/addressbook/addresspluginwidget.h
+++ b/core/pim/today/plugins/addressbook/addresspluginwidget.h
@@ -32,15 +32,17 @@ class AddressBookPluginWidget : public QWidget {
32 Q_OBJECT 32 Q_OBJECT
33 33
34public: 34public:
35 AddressBookPluginWidget( QWidget *parent, const char *name ); 35 AddressBookPluginWidget( QWidget *parent, const char *name );
36 ~AddressBookPluginWidget(); 36 ~AddressBookPluginWidget();
37 37
38public slots:
39 void refresh( const OContactAccess* db );
40
38protected slots: 41protected slots:
39 void startAddressBook(); 42 void startAddressBook();
40 void refresh( const OContactAccess* db );
41 43
42private: 44private:
43 OClickableLabel* addressLabel; 45 OClickableLabel* addressLabel;
44 QVBoxLayout* layoutTodo; 46 QVBoxLayout* layoutTodo;
45 OContactAccess * m_contactdb; 47 OContactAccess * m_contactdb;
46 48