summaryrefslogtreecommitdiff
path: root/noncore/net/opieirc/ircperson.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opieirc/ircperson.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opieirc/ircperson.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/noncore/net/opieirc/ircperson.h b/noncore/net/opieirc/ircperson.h
index 38732c4..9854f95 100644
--- a/noncore/net/opieirc/ircperson.h
+++ b/noncore/net/opieirc/ircperson.h
@@ -34,3 +34,3 @@ public:
/* Create an IRCPerson from an IRC style description (nick!user@host) */
- IRCPerson(QString mask);
+ IRCPerson(const QString &mask);
/* Copy constructor */
@@ -38,6 +38,6 @@ public:
- void fromMask(QString mask);
- void setNick(QString name);
- void setUser(QString user);
- void setHost(QString host);
+ void fromMask(const QString &mask);
+ void setNick(const QString &name);
+ void setUser(const QString &user);
+ void setHost(const QString &host);
QString toMask();