summaryrefslogtreecommitdiff
path: root/noncore/net/opieirc/ircserver.cpp
Unidiff
Diffstat (limited to 'noncore/net/opieirc/ircserver.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opieirc/ircserver.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/noncore/net/opieirc/ircserver.cpp b/noncore/net/opieirc/ircserver.cpp
index 33a788b..e16e2b2 100644
--- a/noncore/net/opieirc/ircserver.cpp
+++ b/noncore/net/opieirc/ircserver.cpp
@@ -3,3 +3,3 @@
3IRCServer::IRCServer() { 3IRCServer::IRCServer() {
4 m_port = 0; 4 m_port = 6667;
5} 5}
@@ -10,4 +10,4 @@ void IRCServer::setHostname(QString hostname) {
10 10
11void IRCServer::setDescription(QString description) { 11void IRCServer::setName(QString name) {
12 m_description = description; 12 m_name = name;
13} 13}
@@ -38,4 +38,4 @@ QString IRCServer::hostname() {
38 38
39QString IRCServer::description() { 39QString IRCServer::name() {
40 return m_description; 40 return m_name;
41} 41}