From 2ebf36bb85cb9a38348286b31492adf65fa792e3 Mon Sep 17 00:00:00 2001 From: harlekin Date: Sun, 04 Jan 2004 12:14:32 +0000 Subject: beginning of the mail taskbar applet --- (limited to 'noncore/net/mail/taskbarapplet/mailappletimpl.h') diff --git a/noncore/net/mail/taskbarapplet/mailappletimpl.h b/noncore/net/mail/taskbarapplet/mailappletimpl.h new file mode 100644 index 0000000..4f27eb3 --- a/dev/null +++ b/noncore/net/mail/taskbarapplet/mailappletimpl.h @@ -0,0 +1,27 @@ +#ifndef MAILAPPLETIMPL_H +#define MAILAPPLETIMPL_H + +#include + +class MailApplet; + +class MailAppletImpl : public TaskbarAppletInterface { + +public: + MailAppletImpl(); + virtual ~MailAppletImpl(); + + QRESULT queryInterface( const QUuid &uuid, QUnknownInterface **iface ); + Q_REFCOUNT + + virtual QWidget *applet( QWidget *parent ); + virtual int position() const; + +private: + MailApplet *m_mailApplet; + ulong ref; + +}; + +#endif + -- cgit v0.9.0.2