From 42eb413737eb6e911867e1b9c0f5b6cf81c677fd Mon Sep 17 00:00:00 2001 From: alwin Date: Thu, 26 Feb 2004 15:33:31 +0000 Subject: Yeah - zkb fixed and working within OPIE. --- (limited to 'noncore/applets/zkbapplet/zkbapplet.h') diff --git a/noncore/applets/zkbapplet/zkbapplet.h b/noncore/applets/zkbapplet/zkbapplet.h new file mode 100644 index 0000000..fcf03b5 --- a/dev/null +++ b/noncore/applets/zkbapplet/zkbapplet.h @@ -0,0 +1,23 @@ +#include "qpe/taskbarappletinterface.h" + +#ifndef ZKBAPPLET_H +#define ZKBAPPLET_H + +class ZkbWidget; + +class ZkbApplet : public TaskbarAppletInterface { +public: + ZkbApplet(); + virtual ~ZkbApplet(); + + QRESULT queryInterface(const QUuid&, QUnknownInterface**); + Q_REFCOUNT + + virtual QWidget* applet(QWidget*); + virtual int position() const; + +protected: + ZkbWidget* app; +}; + +#endif -- cgit v0.9.0.2