summaryrefslogtreecommitdiffstats
path: root/certmanager/lib/ui/passphrasedialog.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-11-29 19:52:17 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-11-29 21:48:23 +0100
commit2e5de46030e2354b851ba731f6c76ac30a2e8a3b (patch)
treee48732e76e7d0ceb4e01caab16c1aa2a119c1ad0 /certmanager/lib/ui/passphrasedialog.h
parent2f0c49e8523a4d26b6bb9c7c8a05d68cb023a568 (diff)
downloadtdepim-2e5de46030e2354b851ba731f6c76ac30a2e8a3b.tar.gz
tdepim-2e5de46030e2354b851ba731f6c76ac30a2e8a3b.zip
Adapted to new KPasswordEdit::password() signature.
This relates to bug 2961. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'certmanager/lib/ui/passphrasedialog.h')
-rw-r--r--certmanager/lib/ui/passphrasedialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/certmanager/lib/ui/passphrasedialog.h b/certmanager/lib/ui/passphrasedialog.h
index e83eca422..2416f811b 100644
--- a/certmanager/lib/ui/passphrasedialog.h
+++ b/certmanager/lib/ui/passphrasedialog.h
@@ -63,13 +63,13 @@ namespace Kleo {
bool modal=true );
~PassphraseDialog();
- const char * passphrase() const;
+ const TQString passphrase() const;
signals:
/** emitted when the user clicks Ok. \a pass is never NULL.
\c pass only valid inside slots connected to this signal.
*/
- void finished( const char * pass );
+ void finished( const TQString pass );
/** emitted when the user clicks Cancel. */
void canceled();