summaryrefslogtreecommitdiff
path: root/noncore/net/opieirc/irctab.cpp
authorwazlaf <wazlaf>2002-10-16 21:04:15 (UTC)
committer wazlaf <wazlaf>2002-10-16 21:04:15 (UTC)
commit6ce0b792c67bf14db705c459a2690390aae70846 (patch) (unidiff)
tree3244d85cd7e57638bd11452ec7ed7bf51e633b89 /noncore/net/opieirc/irctab.cpp
parent8834d3ee866fe9f0c093bf50fa78b4e0f5d2018c (diff)
downloadopie-6ce0b792c67bf14db705c459a2690390aae70846.zip
opie-6ce0b792c67bf14db705c459a2690390aae70846.tar.gz
opie-6ce0b792c67bf14db705c459a2690390aae70846.tar.bz2
qwhatsthis are now complete
Diffstat (limited to 'noncore/net/opieirc/irctab.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opieirc/irctab.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/net/opieirc/irctab.cpp b/noncore/net/opieirc/irctab.cpp
index 0bb9d4c..8a869d6 100644
--- a/noncore/net/opieirc/irctab.cpp
+++ b/noncore/net/opieirc/irctab.cpp
@@ -3,2 +3,3 @@
3#include <qpushbutton.h> 3#include <qpushbutton.h>
4#include <qwhatsthis.h>
4#include "irctab.h" 5#include "irctab.h"
@@ -19,2 +20,3 @@ IRCTab::IRCTab(QWidget *parent, const char *name, WFlags f) : QWidget(parent, na
19 m_description = new QLabel(tr("Missing description"), this); 20 m_description = new QLabel(tr("Missing description"), this);
21 QWhatsThis::add(m_description, tr("Description of the tab's content"));
20 descLayout->addWidget(m_description); 22 descLayout->addWidget(m_description);
@@ -22,2 +24,3 @@ IRCTab::IRCTab(QWidget *parent, const char *name, WFlags f) : QWidget(parent, na
22 QPushButton *close = new QPushButton(this); 24 QPushButton *close = new QPushButton(this);
25 QWhatsThis::add(close, tr("Close this tab"));
23 close->setPixmap(Resource::loadPixmap("close")); 26 close->setPixmap(Resource::loadPixmap("close"));