summaryrefslogtreecommitdiff
path: root/noncore/net/opieirc/ircserver.cpp
Side-by-side diff
Diffstat (limited to 'noncore/net/opieirc/ircserver.cpp') (more/less context) (show 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 @@
IRCServer::IRCServer() {
- m_port = 0;
+ m_port = 6667;
}
@@ -10,4 +10,4 @@ void IRCServer::setHostname(QString hostname) {
-void IRCServer::setDescription(QString description) {
- m_description = description;
+void IRCServer::setName(QString name) {
+ m_name = name;
}
@@ -38,4 +38,4 @@ QString IRCServer::hostname() {
-QString IRCServer::description() {
- return m_description;
+QString IRCServer::name() {
+ return m_name;
}