summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/examples/opiecore/onotifydemo/onotifydemo.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libopie2/examples/opiecore/onotifydemo/onotifydemo.cpp b/libopie2/examples/opiecore/onotifydemo/onotifydemo.cpp
index 5b1b6ed..a8a5717 100644
--- a/libopie2/examples/opiecore/onotifydemo/onotifydemo.cpp
+++ b/libopie2/examples/opiecore/onotifydemo/onotifydemo.cpp
@@ -68,3 +68,3 @@ public:
68public: 68public:
69 void addTrigger( bool multi = False ) 69 void addTrigger( bool multi = false )
70 { 70 {
@@ -84,3 +84,3 @@ public:
84 } 84 }
85 { 85 }
86 86
@@ -88,3 +88,3 @@ public slots:
88 88
89 void addSingle() { addTrigger(); } 89 void addSingle() { addTrigger(); };
90 void addMulti() { addTrigger( true ); }; 90 void addMulti() { addTrigger( true ); };