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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/certmanager/lib/ui/passphrasedialog.h b/certmanager/lib/ui/passphrasedialog.h
index 48fc4716..15d0a157 100644
--- a/certmanager/lib/ui/passphrasedialog.h
+++ b/certmanager/lib/ui/passphrasedialog.h
@@ -54,7 +54,7 @@
namespace Kleo {
class PassphraseDialog : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
PassphraseDialog( const TQString & description,
@@ -63,13 +63,13 @@ namespace Kleo {
bool modal=true );
~PassphraseDialog();
- const char * 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 char * pass );
+ void finished( const TQString &pass );
/** emitted when the user clicks Cancel. */
void canceled();