summaryrefslogtreecommitdiffstats
path: root/kmail/kmfiltermgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmfiltermgr.h')
-rw-r--r--kmail/kmfiltermgr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/kmfiltermgr.h b/kmail/kmfiltermgr.h
index 45e77863..a6805172 100644
--- a/kmail/kmfiltermgr.h
+++ b/kmail/kmfiltermgr.h
@@ -33,7 +33,7 @@ template <typename T> class TQValueList;
class KMFilterMgr: public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -50,7 +50,7 @@ public:
void readConfig(void);
/** Store filter rules in config file. */
- void writeConfig(bool withSync=TRUE);
+ void writeConfig(bool withSync=true);
/** Open an edit dialog. If checkForEmptyFilterList is true, an empty filter
is created to improve the visibility of the dialog in case no filter
@@ -157,7 +157,7 @@ public:
/** Called from the folder manager when a folder is removed.
Tests if the folder aFolder is used in any action. Changes
- to aNewFolder folder in this case. Returns TRUE if a change
+ to aNewFolder folder in this case. Returns true if a change
occurred. */
bool folderRemoved(KMFolder* aFolder, KMFolder* aNewFolder);