summaryrefslogtreecommitdiff
path: root/noncore/net/opieirc/ircmisc.h
authordrw <drw>2002-12-30 00:52:51 (UTC)
committer drw <drw>2002-12-30 00:52:51 (UTC)
commitc7bbdeed0daeda9af5115ffa0f1fb1026a338e2d (patch) (side-by-side diff)
tree641b0a344cc9e274c39df282c4478dd74644d813 /noncore/net/opieirc/ircmisc.h
parent9ec4adfb12bd5c92427a79c6b63a064a0033a67a (diff)
downloadopie-c7bbdeed0daeda9af5115ffa0f1fb1026a338e2d.zip
opie-c7bbdeed0daeda9af5115ffa0f1fb1026a338e2d.tar.gz
opie-c7bbdeed0daeda9af5115ffa0f1fb1026a338e2d.tar.bz2
Use OTabWidget & OColorButtons in config dialog for consistency w/other apps (reduces executable size by ~4k as well).
Diffstat (limited to 'noncore/net/opieirc/ircmisc.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opieirc/ircmisc.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/noncore/net/opieirc/ircmisc.h b/noncore/net/opieirc/ircmisc.h
index 6a8db50..b4a5b06 100644
--- a/noncore/net/opieirc/ircmisc.h
+++ b/noncore/net/opieirc/ircmisc.h
@@ -28,27 +28,6 @@
#include <qcolor.h>
#include <qarray.h>
-/* IRCFramedColorLabel is used to display a color */
-
-class IRCColorLabel : public QLabel {
- Q_OBJECT
-public:
- IRCColorLabel(QColor color, QWidget *parent = 0, const char *name = 0, WFlags f = 0);
- QColor color();
- void mousePressEvent(QMouseEvent *event);
-protected:
- QColor m_color;
-};
-
-class IRCFramedColorLabel : public QWidget {
- Q_OBJECT
-public:
- IRCFramedColorLabel(QColor color, QWidget *parent = 0, const char *name = 0, WFlags f = 0);
- QColor color();
-protected:
- IRCColorLabel *m_label;
-};
-
/* Custom colored QTabWidget */
class QExtTab : public QTab {