summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/addressbook/addresspluginwidget.h
Side-by-side diff
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
@@ -35,9 +35,11 @@ public:
AddressBookPluginWidget( QWidget *parent, const char *name );
~AddressBookPluginWidget();
+public slots:
+ void refresh( const OContactAccess* db );
+
protected slots:
void startAddressBook();
- void refresh( const OContactAccess* db );
private:
OClickableLabel* addressLabel;