diff options
Diffstat (limited to 'tdeioslave/imap4/imap4.h')
-rw-r--r-- | tdeioslave/imap4/imap4.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeioslave/imap4/imap4.h b/tdeioslave/imap4/imap4.h index d264cce9..e57300e4 100644 --- a/tdeioslave/imap4/imap4.h +++ b/tdeioslave/imap4/imap4.h @@ -156,7 +156,7 @@ protected: outputLine (_str.latin1 (), _str.length()); } void doListEntry (const KURL & _url, int stretch, imapCache * cache = NULL, - bool withFlags = FALSE, bool withSubject = FALSE); + bool withFlags = false, bool withSubject = false); /** * Send a list entry (folder) to the application @@ -184,7 +184,7 @@ private: // This method behaves like the above method but takes an already encoded url, // so you don't have to call KURL::url() for every mail. void doListEntry (const TQString & encodedUrl, int stretch, imapCache * cache = NULL, - bool withFlags = FALSE, bool withSubject = FALSE); + bool withFlags = false, bool withSubject = false); TQString myHost, myUser, myPass, myAuth, myTLS; int myPort; |