summaryrefslogtreecommitdiff
path: root/examples/opiecore/onotifytest/main.h
Side-by-side diff
Diffstat (limited to 'examples/opiecore/onotifytest/main.h') (more/less context) (show whitespace changes)
-rw-r--r--examples/opiecore/onotifytest/main.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/opiecore/onotifytest/main.h b/examples/opiecore/onotifytest/main.h
index afad947..7ce4b9f 100644
--- a/examples/opiecore/onotifytest/main.h
+++ b/examples/opiecore/onotifytest/main.h
@@ -6,2 +6,5 @@
+/* OPIE */
+#include <opie2/ofilenotify.h>
+
/* QT */
@@ -20,2 +23,5 @@ public slots:
void triggered( const QString&, unsigned int, const QString& );
+
+ private:
+ Opie::Core::ODirNotification* tmpfoo;
};