summaryrefslogtreecommitdiff
path: root/noncore/net/mail/editaccounts.h
Side-by-side diff
Diffstat (limited to 'noncore/net/mail/editaccounts.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/editaccounts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/mail/editaccounts.h b/noncore/net/mail/editaccounts.h
index d51e299..d8e1219 100644
--- a/noncore/net/mail/editaccounts.h
+++ b/noncore/net/mail/editaccounts.h
@@ -76,13 +76,13 @@ public:
IMAPconfig( IMAPaccount *account, QWidget *parent = 0, const char *name = 0, bool modal = 0, WFlags flags = 0 );
public slots:
void fillValues();
protected slots:
- void slotSSL( bool enabled );
+ void slotConnectionToggle( int index );
void accept();
private:
IMAPaccount *data;
};