summaryrefslogtreecommitdiff
path: root/examples/opiecore/onotifytest/main.h
Unidiff
Diffstat (limited to 'examples/opiecore/onotifytest/main.h') (more/less context) (ignore whitespace changes)
-rw-r--r--examples/opiecore/onotifytest/main.h10
1 files changed, 8 insertions, 2 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 @@
6 6
7/* OPIE */
8#include <opie2/ofilenotify.h>
9
7/* QT */ 10/* QT */
@@ -14,3 +17,3 @@ class App : public QApplication
14 Q_OBJECT 17 Q_OBJECT
15public: 18 public:
16 App( int argc, char** argv ); 19 App( int argc, char** argv );
@@ -18,4 +21,7 @@ public:
18 21
19public slots: 22 public slots:
20 void triggered( const QString&, unsigned int, const QString& ); 23 void triggered( const QString&, unsigned int, const QString& );
24
25 private:
26 Opie::Core::ODirNotification* tmpfoo;
21}; 27};