From a999acbcd1b8bc1715f2ad2dda6acedf423b89ea Mon Sep 17 00:00:00 2001 From: wazlaf Date: Mon, 30 Sep 2002 08:07:05 +0000 Subject: tabs now change their color when actions occur --- (limited to 'noncore/net/opieirc/ircchanneltab.cpp') diff --git a/noncore/net/opieirc/ircchanneltab.cpp b/noncore/net/opieirc/ircchanneltab.cpp index c1695db..ddd6cf1 100644 --- a/noncore/net/opieirc/ircchanneltab.cpp +++ b/noncore/net/opieirc/ircchanneltab.cpp @@ -47,6 +47,7 @@ void IRCChannelTab::appendText(QString text) { /* not using append because it creates layout problems */ m_textview->setText(m_textview->text() + text); m_textview->ensureVisible(0, m_textview->contentsHeight()); + emit changed(this); } IRCChannelTab::~IRCChannelTab() { -- cgit v0.9.0.2