From 19ee7f3b3e06fcf434dcd6a104e912b12220af3b Mon Sep 17 00:00:00 2001 From: eilers Date: Fri, 03 Jan 2003 13:15:30 +0000 Subject: NEW: This plugin shows the next birthdays and anniversaries for the next n days ! --- (limited to 'core/pim/today/plugins/addressbook/addresspluginimpl.h') diff --git a/core/pim/today/plugins/addressbook/addresspluginimpl.h b/core/pim/today/plugins/addressbook/addresspluginimpl.h new file mode 100644 index 0000000..a52c021 --- a/dev/null +++ b/core/pim/today/plugins/addressbook/addresspluginimpl.h @@ -0,0 +1,42 @@ +/* + * addresspluginimpl.h + * + * copyright : (c) 2003 by Stefan Eilers + * email : eilers.stefan@epost.de + * + * This implementation was derived from the todolist plugin implementation + * + */ +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef ADDRESSBOOK_PLUGIN_IMPL_H +#define ADDRESSBOOK_PLUGIN_IMPL_H + +#include + +class AddressBookPlugin; + +class AddressBookPluginImpl : public TodayPluginInterface{ + +public: + AddressBookPluginImpl(); + virtual ~AddressBookPluginImpl(); + + QRESULT queryInterface( const QUuid &, QUnknownInterface** ); + Q_REFCOUNT + + virtual TodayPluginObject *guiPart(); + +private: + AddressBookPlugin *addressbookPlugin; + ulong ref; +}; + +#endif -- cgit v0.9.0.2