summaryrefslogtreecommitdiffstats
path: root/ksirc/alistbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksirc/alistbox.h')
-rw-r--r--ksirc/alistbox.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ksirc/alistbox.h b/ksirc/alistbox.h
index f0c7262b..433433b2 100644
--- a/ksirc/alistbox.h
+++ b/ksirc/alistbox.h
@@ -21,10 +21,10 @@ class nickListItem : public TQListBoxItem
bool away() const { return is_away; }
bool ircOp() const { return is_ircop; }
- void setOp(bool _op = FALSE);
- void setVoice(bool _voice = FALSE);
- void setAway(bool _away = FALSE);
- void setIrcOp(bool _ircop = FALSE);
+ void setOp(bool _op = false);
+ void setVoice(bool _voice = false);
+ void setAway(bool _away = false);
+ void setIrcOp(bool _ircop = false);
void setText(const TQString &str) { string = str; }
@@ -60,7 +60,7 @@ public:
void clear();
void inSort ( nickListItem *);
- void inSort ( TQString text, bool top=FALSE);
+ void inSort ( TQString text, bool top=false);
nickListItem *item(int index);