diff options
author | Slávek Banko <[email protected]> | 2018-11-30 16:17:09 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-11-30 16:24:31 +0100 |
commit | 6492b716b372d0f929f98a2965e00e10a0355204 (patch) | |
tree | 45a233b3f64424bea40533578150d392fa07b704 /certmanager/lib/ui/passphrasedialog.h | |
parent | 2e5de46030e2354b851ba731f6c76ac30a2e8a3b (diff) | |
download | tdepim-6492b716b372d0f929f98a2965e00e10a0355204.tar.gz tdepim-6492b716b372d0f929f98a2965e00e10a0355204.zip |
Improved previous commit
Signed-off-by: Slávek Banko <[email protected]>
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'certmanager/lib/ui/passphrasedialog.h')
-rw-r--r-- | certmanager/lib/ui/passphrasedialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/certmanager/lib/ui/passphrasedialog.h b/certmanager/lib/ui/passphrasedialog.h index 2416f811b..6515fa4ca 100644 --- a/certmanager/lib/ui/passphrasedialog.h +++ b/certmanager/lib/ui/passphrasedialog.h @@ -63,13 +63,13 @@ namespace Kleo { bool modal=true ); ~PassphraseDialog(); - const TQString passphrase() 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 TQString pass ); + void finished( const TQString &pass ); /** emitted when the user clicks Cancel. */ void canceled(); |