summaryrefslogtreecommitdiffstats
path: root/kmail/popaccount.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/popaccount.h')
-rw-r--r--kmail/popaccount.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/kmail/popaccount.h b/kmail/popaccount.h
index f8cb0e92..cb68ab38 100644
--- a/kmail/popaccount.h
+++ b/kmail/popaccount.h
@@ -1,4 +1,3 @@
-// -*- c++ -*-
#ifndef KMAcctExpPop_h
#define KMAcctExpPop_h
@@ -26,7 +25,7 @@ namespace KMail {
* KMail account for pop mail account
*/
class PopAccount: public NetworkAccount {
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -48,8 +47,8 @@ public:
virtual void setUsePipelining(bool);
/**
- * Shall messages be left on the server upon retreival (TRUE)
- * or deleted (FALSE).
+ * Shall messages be left on the server upon retreival (true)
+ * or deleted (false).
*/
bool leaveOnServer(void) const { return mLeaveOnServer; }
virtual void setLeaveOnServer(bool);
@@ -73,8 +72,8 @@ public:
virtual void setLeaveOnServerSize(int);
/**
- * Shall messages be filter on the server (TRUE)
- * or not (FALSE).
+ * Shall messages be filter on the server (true)
+ * or not (false).
*/
bool filterOnServer(void) const { return mFilterOnServer; }
virtual void setFilterOnServer(bool);