summaryrefslogtreecommitdiffstats
path: root/kplato/kptresource.h
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kptresource.h')
-rw-r--r--kplato/kptresource.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kplato/kptresource.h b/kplato/kptresource.h
index d4930f2fa..e8cc8caf9 100644
--- a/kplato/kptresource.h
+++ b/kplato/kptresource.h
@@ -292,12 +292,12 @@ public:
* Find the first available time after time, within limit.
* Returns invalid DateTime if not available.
*/
- DateTime availableAfter(const DateTime &time, const DateTime limit=DateTime(), bool checkAppointments=false) const;
+ DateTime availableAfter(const DateTime &time, const DateTime limit=DateTime(), bool chectdeAppointments=false) const;
/**
* Find the first available time before time, within limit.
* Returns invalid DateTime if not available.
*/
- DateTime availableBefore(const DateTime &time, const DateTime limit=DateTime(), bool checkAppointments=false) const;
+ DateTime availableBefore(const DateTime &time, const DateTime limit=DateTime(), bool chectdeAppointments=false) const;
Resource *findId() const { return findId(m_id); }
Resource *findId(const TQString &id) const;