~ubuntu-branches/ubuntu/utopic/psi/utopic

« back to all changes in this revision

Viewing changes to src/accountregdlg.h

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-08-28 18:46:52 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080828184652-iiik12dl91nq7cdi
Tags: 0.12-2
Uploading to unstable (Closes: Bug#494352)

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        int port() const { return port_; }
56
56
        bool legacySSLProbe() { return legacy_ssl_probe_; }
57
57
        UserAccount::SSLFlag ssl() const { return ssl_; }
58
 
        int proxy() const { return proxy_; }
 
58
        QString proxy() const { return proxy_; }
59
59
 
60
60
public slots:
61
61
        void done(int);
100
100
        QString host_;
101
101
        int port_;
102
102
        QString pass_;
103
 
        int proxy_;
 
103
        QString proxy_;
104
104
};
105
105
 
106
106
#endif