summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/pim/oevent.cpp10
-rw-r--r--libopie2/opiepim/oevent.cpp10
2 files changed, 10 insertions, 10 deletions
diff --git a/libopie/pim/oevent.cpp b/libopie/pim/oevent.cpp
index 2b138c0..83b191f 100644
--- a/libopie/pim/oevent.cpp
+++ b/libopie/pim/oevent.cpp
@@ -215,3 +215,3 @@ bool OEvent::match( const QRegExp& re )const {
if ( re.match( data->description ) != -1 ){
- setLastHitField( DatebookDescription );
+ setLastHitField( Qtopia::DatebookDescription );
return true;
@@ -219,3 +219,3 @@ bool OEvent::match( const QRegExp& re )const {
if ( re.match( data->note ) != -1 ){
- setLastHitField( Note );
+ setLastHitField( Qtopia::Note );
return true;
@@ -223,3 +223,3 @@ bool OEvent::match( const QRegExp& re )const {
if ( re.match( data->location ) != -1 ){
- setLastHitField( Location );
+ setLastHitField( Qtopia::Location );
return true;
@@ -227,3 +227,3 @@ bool OEvent::match( const QRegExp& re )const {
if ( re.match( data->start.toString() ) != -1 ){
- setLastHitField( StartDateTime );
+ setLastHitField( Qtopia::StartDateTime );
return true;
@@ -231,3 +231,3 @@ bool OEvent::match( const QRegExp& re )const {
if ( re.match( data->end.toString() ) != -1 ){
- setLastHitField( EndDateTime );
+ setLastHitField( Qtopia::EndDateTime );
return true;
diff --git a/libopie2/opiepim/oevent.cpp b/libopie2/opiepim/oevent.cpp
index 2b138c0..83b191f 100644
--- a/libopie2/opiepim/oevent.cpp
+++ b/libopie2/opiepim/oevent.cpp
@@ -215,3 +215,3 @@ bool OEvent::match( const QRegExp& re )const {
if ( re.match( data->description ) != -1 ){
- setLastHitField( DatebookDescription );
+ setLastHitField( Qtopia::DatebookDescription );
return true;
@@ -219,3 +219,3 @@ bool OEvent::match( const QRegExp& re )const {
if ( re.match( data->note ) != -1 ){
- setLastHitField( Note );
+ setLastHitField( Qtopia::Note );
return true;
@@ -223,3 +223,3 @@ bool OEvent::match( const QRegExp& re )const {
if ( re.match( data->location ) != -1 ){
- setLastHitField( Location );
+ setLastHitField( Qtopia::Location );
return true;
@@ -227,3 +227,3 @@ bool OEvent::match( const QRegExp& re )const {
if ( re.match( data->start.toString() ) != -1 ){
- setLastHitField( StartDateTime );
+ setLastHitField( Qtopia::StartDateTime );
return true;
@@ -231,3 +231,3 @@ bool OEvent::match( const QRegExp& re )const {
if ( re.match( data->end.toString() ) != -1 ){
- setLastHitField( EndDateTime );
+ setLastHitField( Qtopia::EndDateTime );
return true;