From bff4ae322275e910125cd8d9bd22feefbbab2477 Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 07 Oct 2003 12:41:05 +0000 Subject: Update the Applet Example --- (limited to 'examples/applet/simpleimpl.h') diff --git a/examples/applet/simpleimpl.h b/examples/applet/simpleimpl.h index 8459c96..f58e2af 100644 --- a/examples/applet/simpleimpl.h +++ b/examples/applet/simpleimpl.h @@ -29,6 +29,8 @@ * We provide an Implementation of the interface. */ #include +#include + #include @@ -66,6 +68,9 @@ public: * delete this is called */ Q_REFCOUNT + +private: + QList m_applets; }; -- cgit v0.9.0.2