diff options
Diffstat (limited to 'kioslaves/imap4/imapcommand.h')
-rw-r--r-- | kioslaves/imap4/imapcommand.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kioslaves/imap4/imapcommand.h b/kioslaves/imap4/imapcommand.h index 4c9552023..9ddb3f252 100644 --- a/kioslaves/imap4/imapcommand.h +++ b/kioslaves/imap4/imapcommand.h @@ -212,7 +212,7 @@ public: * @param parameters * @return a STATUS imapCommand */ - static imapCommand *clienStatus (const TQString & path, + static imapCommand *clientqStatus (const TQString & path, const TQString & parameters); /** * @brief Create a COPY command @@ -365,9 +365,9 @@ public: static imapCommand *clientNamespace (); /** - * @brief Create a GEQUOTAROOT command + * @brief Create a GETQUOTAROOT command * @param box mailbox name - * @return a GEQUOTAROOT imapCommand + * @return a GETQUOTAROOT imapCommand */ static imapCommand *clientGetQuotaroot ( const TQString& box ); |