summaryrefslogtreecommitdiffstats
path: root/kmail/kmsystemtray.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmsystemtray.h')
-rw-r--r--kmail/kmsystemtray.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/kmail/kmsystemtray.h b/kmail/kmsystemtray.h
index ab80f362a..62707464c 100644
--- a/kmail/kmsystemtray.h
+++ b/kmail/kmsystemtray.h
@@ -51,10 +51,13 @@ public:
int mode() const;
void hideKMail();
+ bool hasUnreadMail() const;
+
+public slots:
+ void foldersChanged();
private slots:
void updateNewMessageNotification(KMFolder * folder);
- void foldersChanged();
void selectedAccount(int);
void updateNewMessages();
void tray_quit();