summaryrefslogtreecommitdiffstats
path: root/korn/maildrop.h
diff options
context:
space:
mode:
Diffstat (limited to 'korn/maildrop.h')
-rw-r--r--korn/maildrop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/korn/maildrop.h b/korn/maildrop.h
index 9b755d4a..71bd111d 100644
--- a/korn/maildrop.h
+++ b/korn/maildrop.h
@@ -29,7 +29,7 @@ template< class T, class R > class TQMap;
*/
class KMailDrop : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -85,7 +85,7 @@ class KMailDrop : public TQObject
virtual ~KMailDrop();
/**
- * @return TRUE if the mailbox and its configuration are valid.
+ * @return true if the mailbox and its configuration are valid.
*/
virtual bool valid() = 0;