summaryrefslogtreecommitdiff
path: root/examples/applet/simpleimpl.h
Side-by-side diff
Diffstat (limited to 'examples/applet/simpleimpl.h') (more/less context) (ignore whitespace changes)
-rw-r--r--examples/applet/simpleimpl.h5
1 files changed, 5 insertions, 0 deletions
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
@@ -31,2 +31,4 @@
#include <qwidget.h>
+#include <qlist.h>
+
#include <qpe/taskbarappletinterface.h>
@@ -68,2 +70,5 @@ public:
Q_REFCOUNT
+
+private:
+ QList<SimpleApplet> m_applets;
};