summaryrefslogtreecommitdiff
path: root/noncore/net/mail/editaccounts.h
Side-by-side diff
Diffstat (limited to 'noncore/net/mail/editaccounts.h') (more/less context) (show 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 6022eef..fb4be71 100644
--- a/noncore/net/mail/editaccounts.h
+++ b/noncore/net/mail/editaccounts.h
@@ -95,13 +95,13 @@ public:
POP3config( POP3account *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:
POP3account *data;
};