summaryrefslogtreecommitdiff
path: root/libopie2
Unidiff
Diffstat (limited to 'libopie2') (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
@@ -66,7 +66,7 @@ public:
66 } 66 }
67 67
68public: 68public:
69 void addTrigger( bool multi = False ) 69 void addTrigger( bool multi = false )
70 { 70 {
71 QString filename = OFileDialog::getOpenFileName( OFileSelector::ExtendedAll ); 71 QString filename = OFileDialog::getOpenFileName( OFileSelector::ExtendedAll );
72 if ( !filename.isEmpty() ) 72 if ( !filename.isEmpty() )
@@ -82,11 +82,11 @@ public:
82 { 82 {
83 odebug << "cancelled." << oendl; 83 odebug << "cancelled." << oendl;
84 } 84 }
85 { 85 }
86 86
87public slots: 87public slots:
88 88
89 void addSingle() { addTrigger(); } 89 void addSingle() { addTrigger(); };
90 void addMulti() { addTrigger( true ); }; 90 void addMulti() { addTrigger( true ); };
91 91
92 void delTrigger() 92 void delTrigger()