-rw-r--r-- | libkcal/incidencebase.h | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/libkcal/incidencebase.h b/libkcal/incidencebase.h index e2950d3..e02d03a 100644 --- a/libkcal/incidencebase.h +++ b/libkcal/incidencebase.h | |||
@@ -125,19 +125,17 @@ class IncidenceBase : public CustomProperties | |||
125 | void setPilotId(int id); | 125 | void setPilotId(int id); |
126 | /** Return Pilot Id. */ | 126 | /** Return Pilot Id. */ |
127 | int pilotId() const; | 127 | int pilotId() const; |
128 | 128 | ||
129 | void setZaurusUid(int id); | ||
130 | int zaurusUid() const; | ||
131 | void setTempSyncStat(int id); | 129 | void setTempSyncStat(int id); |
132 | int tempSyncStat() const; | 130 | int tempSyncStat() const; |
133 | void setIDStr( const QString & ); | 131 | void setIDStr( const QString & ); |
134 | QString IDStr() const; | 132 | QString IDStr() const; |
135 | void setID( const QString &, int ); | 133 | void setID( const QString &, const QString & ); |
136 | int getID( const QString & ); | 134 | QString getID( const QString & ); |
137 | void setCsum( const QString &, int ); | 135 | void setCsum( const QString &, const QString & ); |
138 | int getCsum( const QString & ); | 136 | QString getCsum( const QString & ); |
139 | 137 | void removeID(const QString &); | |
140 | 138 | ||
141 | void registerObserver( Observer * ); | 139 | void registerObserver( Observer * ); |
142 | void unRegisterObserver( Observer * ); | 140 | void unRegisterObserver( Observer * ); |
143 | void updated(); | 141 | void updated(); |
@@ -158,9 +156,8 @@ class IncidenceBase : public CustomProperties | |||
158 | 156 | ||
159 | int mDuration; | 157 | int mDuration; |
160 | bool mHasDuration; | 158 | bool mHasDuration; |
161 | QString mExternalId; | 159 | QString mExternalId; |
162 | int mZaurusUid; | ||
163 | int mTempSyncStat; | 160 | int mTempSyncStat; |
164 | 161 | ||
165 | // PILOT SYNCHRONIZATION STUFF | 162 | // PILOT SYNCHRONIZATION STUFF |
166 | int mPilotId; // unique id for pilot sync | 163 | int mPilotId; // unique id for pilot sync |