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) (side-by-side diff)
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
descLayout->addWidget(m_description);
descLayout->setStretchFactor(m_description, 5);
QPushButton *close = new QPushButton(this);
- close->setPixmap(Resource::loadPixmap("opieirc/close"));
+ close->setPixmap(Resource::loadPixmap("close"));
connect(close, SIGNAL(clicked()), this, SLOT(remove()));
descLayout->addWidget(close);
descLayout->setStretchFactor(m_description, 1);