From c7bbdeed0daeda9af5115ffa0f1fb1026a338e2d Mon Sep 17 00:00:00 2001 From: drw Date: Mon, 30 Dec 2002 00:52:51 +0000 Subject: Use OTabWidget & OColorButtons in config dialog for consistency w/other apps (reduces executable size by ~4k as well). --- (limited to 'noncore/net/opieirc/ircmisc.h') 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 #include -/* 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 { -- cgit v0.9.0.2