diff options
Diffstat (limited to 'korganizer/freebusymanager.h')
-rw-r--r-- | korganizer/freebusymanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/freebusymanager.h b/korganizer/freebusymanager.h index a6f4f6cec..4be671e4e 100644 --- a/korganizer/freebusymanager.h +++ b/korganizer/freebusymanager.h @@ -90,7 +90,7 @@ class FreeBusyManager : public TQObject, public KCal::FreeBusyCache /** KOrganizer downloads somebody else's free/busy list The call is asynchronous, and upon download, the - receivers slot specified by member will be called. + tqreceivers slot specified by member will be called. The slot should be of type "member(const TQString&, KCal::FreeBusy*)" Return true if a download is initiated, and false otherwise |