summaryrefslogtreecommitdiffstats
path: root/libkcal/incidencebase.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/incidencebase.h')
-rw-r--r--libkcal/incidencebase.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libkcal/incidencebase.h b/libkcal/incidencebase.h
index fa3a1a619..7d4eec7ec 100644
--- a/libkcal/incidencebase.h
+++ b/libkcal/incidencebase.h
@@ -222,7 +222,7 @@ class LIBKCAL_EXPORT IncidenceBase : public CustomProperties
Return first Attendee with one of the given email addresses.
*/
Attendee *attendeeByMails( const TQStringList &,
- const TQString &email = TQString::null ) const;
+ const TQString &email = TQString() ) const;
/**
Return attendee with given uid.
*/
@@ -235,12 +235,12 @@ class LIBKCAL_EXPORT IncidenceBase : public CustomProperties
/**
Set synchronisation satus.
*/
- void setSyncStatus( int status );
+ void setSynctqStatus( int status );
void setSyncStatusSilent( int status );
/**
Return synchronisation status.
*/
- int syncStatus() const;
+ int synctqStatus() const;
/**
Set Pilot Id.
@@ -292,7 +292,7 @@ class LIBKCAL_EXPORT IncidenceBase : public CustomProperties
// PILOT SYNCHRONIZATION STUFF
unsigned long mPilotId; // unique id for pilot sync
- int mSyncStatus; // status (for sync)
+ int mSynctqStatus; // status (for sync)
TQPtrList<Observer> mObservers;