00001 #ifndef _KEY_HELPER_APPLET_H_ 00002 #define _KEY_HELPER_APPLET_H_ 00003 00004 #if 0 00005 #include <qpe/taskbarappletinterface.h> 00006 #include "KeyHelperWidget.h" 00007 00008 class KeyHelperApplet : public TaskbarAppletInterface 00009 { 00010 public: 00011 KeyHelperApplet(); 00012 virtual ~KeyHelperApplet(); 00013 00014 QRESULT queryInterface(const QUuid&, QUnknownInterface**); 00015 Q_REFCOUNT 00016 00017 virtual QWidget* applet(QWidget* parent); 00018 virtual int position() const; 00019 private: 00020 KeyHelperWidget* widget; 00021 ulong ref; 00022 }; 00023 00024 #endif 00025 00026 #endif /* _KEY_HELPER_APPLET_H_ */
1.4.2