summaryrefslogtreecommitdiff
path: root/noncore/net/opieirc/irctab.cpp
authorwazlaf <wazlaf>2002-09-20 23:52:11 (UTC)
committer wazlaf <wazlaf>2002-09-20 23:52:11 (UTC)
commit0f3593c79658beef09155d71b5877a230e9bbb62 (patch) (unidiff)
tree51e258fb055957a655b9cc6479721e7614036c2a /noncore/net/opieirc/irctab.cpp
parentfb146186b2c0cef47927a75cb431713aa08da6f8 (diff)
downloadopie-0f3593c79658beef09155d71b5877a230e9bbb62.zip
opie-0f3593c79658beef09155d71b5877a230e9bbb62.tar.gz
opie-0f3593c79658beef09155d71b5877a230e9bbb62.tar.bz2
new icon, menu fixed
Diffstat (limited to 'noncore/net/opieirc/irctab.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opieirc/irctab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/opieirc/irctab.cpp b/noncore/net/opieirc/irctab.cpp
index 36976ab..653a5de 100644
--- a/noncore/net/opieirc/irctab.cpp
+++ b/noncore/net/opieirc/irctab.cpp
@@ -11,7 +11,7 @@ IRCTab::IRCTab(QWidget *parent, const char *name, WFlags f) : QWidget(parent, na
11 descLayout->addWidget(m_description); 11 descLayout->addWidget(m_description);
12 descLayout->setStretchFactor(m_description, 5); 12 descLayout->setStretchFactor(m_description, 5);
13 QPushButton *close = new QPushButton(this); 13 QPushButton *close = new QPushButton(this);
14 close->setPixmap(Resource::loadPixmap("opieirc/close")); 14 close->setPixmap(Resource::loadPixmap("close"));
15 connect(close, SIGNAL(clicked()), this, SLOT(remove())); 15 connect(close, SIGNAL(clicked()), this, SLOT(remove()));
16 descLayout->addWidget(close); 16 descLayout->addWidget(close);
17 descLayout->setStretchFactor(m_description, 1); 17 descLayout->setStretchFactor(m_description, 1);