summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/bend/bend.h
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/mail2/bend/bend.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mail2/bend/bend.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/noncore/unsupported/mail2/bend/bend.h b/noncore/unsupported/mail2/bend/bend.h
index 7972929..233c552 100644
--- a/noncore/unsupported/mail2/bend/bend.h
+++ b/noncore/unsupported/mail2/bend/bend.h
@@ -18,19 +18,16 @@ protected:
void drawButton(QPainter *);
void drawButtonText(QPainter *);
void gotNewMail();
- QString rot13(const QString &input);
protected slots:
void slotCheck();
void slotClicked();
- void slotSoundOff();
void slotIMAPStatus(IMAPResponse &response);
private:
Config *_config;
QTimer *_intervalTimer;
int _intervalMs;
- bool _zaurus, _ledOn;
};