- Improved the speed of IrcServerHandler (and other BasicHandler
[quassel.git] / src / qtopia / coreconnectdlg.cpp
index 860f43e..453ac31 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-07 by the Quassel IRC Team                         *
+ *   Copyright (C) 2005-08 by the Quassel Project                          *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -169,7 +169,7 @@ EditCoreAcctDlg::EditCoreAcctDlg(QString accname, QDialog *parent) : QDialog(par
 
   ui.accountEdit->setText(accountName());
   if(accName.isEmpty()) {
-    ui.port->setValue(DEFAULT_PORT);
+    ui.port->setValue(Global::defaultPort);
     ui.accountEdit->setFocus();
   } else {
     ui.hostEdit->setFocus();