summaryrefslogtreecommitdiffstats
path: root/certmanager/lib/ui/passphrasedialog.h
diff options
context:
space:
mode:
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 2416f811..6515fa4c 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();