~telepathy-kde/telepathy-kde/ktp-auth-handler

« back to all changes in this revision

Viewing changes to x-telepathy-password-prompt.h

  • Committer: David Edmundson
  • Date: 2012-08-09 19:23:23 UTC
  • Revision ID: kde@davidedmundson.co.uk-20120809192323-u48a6h5tzbyb7p1c
Updated to new WalletInterface

REVIEW:105899

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    class XTelepathyPasswordPrompt;
29
29
}
30
30
 
 
31
namespace KTp
 
32
{
 
33
    class WalletInterface;
 
34
}
 
35
 
31
36
class XTelepathyPasswordPrompt : public KDialog
32
37
{
33
38
    Q_OBJECT
34
39
 
35
40
public:
36
 
    explicit XTelepathyPasswordPrompt(const Tp::AccountPtr &account, QWidget *parent = 0);
 
41
    explicit XTelepathyPasswordPrompt(const Tp::AccountPtr &account, KTp::WalletInterface *walletInterface, QWidget *parent=0);
37
42
    ~XTelepathyPasswordPrompt();
38
43
 
39
44
    QString password() const;