X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=gui%2Fchannelwidget.cpp;h=320cef34ccb9c2355fb525ce9ca4bb3102529521;hp=bde11c728143e3f19bac23a041339d9086c8f701;hb=84516825d33a1b448a894eaf2e804cabb032f5f1;hpb=8b192b08f3df4ce0e7cc4a08564645c76efa688d diff --git a/gui/channelwidget.cpp b/gui/channelwidget.cpp index bde11c72..320cef34 100644 --- a/gui/channelwidget.cpp +++ b/gui/channelwidget.cpp @@ -44,12 +44,10 @@ ChannelWidget::ChannelWidget(QWidget *parent) : QWidget(parent) { connect(ui.lineEdit, SIGNAL(returnPressed()), this, SLOT(enterPressed())); connect(this, SIGNAL(inputLine( const QString& )), &core, SLOT(inputLine( const QString& ))); core.start(); - core.connectToIrc("irc.quakenet.org"); + core.connectToIrc("irc.quakenet.org", 6668); } void ChannelWidget::enterPressed() { emit inputLine(ui.lineEdit->text()); ui.lineEdit->clear(); } - - \ No newline at end of file