From c30ae1086dfe8bebe1790161ba7df6c5472ded9f Mon Sep 17 00:00:00 2001 From: alwin Date: Sat, 12 Mar 2005 02:17:12 +0000 Subject: if there are new mails the taskbar icon stays 'cause not all machines have a (working) mail-LED and users wonders why them don't get a notification. Inserted a block for SIGPIPE - that would let opie crash otherwise if happen. --- (limited to 'noncore/net/mail/taskbarapplet/mailapplet.h') diff --git a/noncore/net/mail/taskbarapplet/mailapplet.h b/noncore/net/mail/taskbarapplet/mailapplet.h index b4d3742..f28f274 100644 --- a/noncore/net/mail/taskbarapplet/mailapplet.h +++ b/noncore/net/mail/taskbarapplet/mailapplet.h @@ -2,13 +2,14 @@ #define MAILAPPLET_H #include +#include #include class Config; class QTimer; -class MailApplet : public QWidget { +class MailApplet : public QLabel { Q_OBJECT -- cgit v0.9.0.2