diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2024-09-30 00:04:56 +0300 |
---|---|---|
committer | Philippe Mavridis <philippe.mavridis@yandex.com> | 2025-05-15 21:00:25 +0300 |
commit | 04e86613f67d171cc965fce64a4310c0d25c98e1 (patch) | |
tree | 08a85d43bc40568f94259601339ccd7e1de11773 /kplato/kptresource.h | |
parent | cf85b9c285a2b9baa87c9d0cb9d683b48e82a475 (diff) | |
download | koffice-feat/cmake-port.tar.gz koffice-feat/cmake-port.zip |
WIP: CMake portfeat/cmake-port
Signed-off-by: Philippe Mavridis <philippe.mavridis@yandex.com>
Diffstat (limited to 'kplato/kptresource.h')
-rw-r--r-- | kplato/kptresource.h | 4 |
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; |