summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/accounteditor.h
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/mail2/accounteditor.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mail2/accounteditor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/unsupported/mail2/accounteditor.h b/noncore/unsupported/mail2/accounteditor.h
index 4a2bda3..9acca2d 100644
--- a/noncore/unsupported/mail2/accounteditor.h
+++ b/noncore/unsupported/mail2/accounteditor.h
@@ -12,12 +12,13 @@ public:
AccountEditor(Account account = Account(), QWidget *parent = 0, const char *name = 0, bool modal = false, WFlags fl = 0);
Account _account;
protected slots:
void accept();
+ void showPasswdToggled(bool toggled);
protected:
void fillValues();
};