summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/addressbook/addresspluginwidget.h
authoreilers <eilers>2003-03-03 15:40:14 (UTC)
committer eilers <eilers>2003-03-03 15:40:14 (UTC)
commitfa8d1cc0721068b814f152d60f853600e42ef6e3 (patch) (side-by-side diff)
tree53241d41ba43e79b761719ac24e5026ce824c8d0 /core/pim/today/plugins/addressbook/addresspluginwidget.h
parent22d353f6b27e06d02f652c064083ad41ab5bf977 (diff)
downloadopie-fa8d1cc0721068b814f152d60f853600e42ef6e3.zip
opie-fa8d1cc0721068b814f152d60f853600e42ef6e3.tar.gz
opie-fa8d1cc0721068b814f152d60f853600e42ef6e3.tar.bz2
Added refresh. Otherwise it is not updating correctly if today is running
in fastload-mode.. Is there any possibility to get a signal after resume ?
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;