summaryrefslogtreecommitdiffstats
path: root/kuser/pwddlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kuser/pwddlg.h')
-rw-r--r--kuser/pwddlg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kuser/pwddlg.h b/kuser/pwddlg.h
index 485a806..4f90392 100644
--- a/kuser/pwddlg.h
+++ b/kuser/pwddlg.h
@@ -21,7 +21,7 @@
#ifndef _KU_PWDDLG_H_
#define _KU_PWDDLG_H_
-#include <qstring.h>
+#include <tqstring.h>
#include <klineedit.h>
#include <kdialogbase.h>
@@ -29,10 +29,10 @@ class pwddlg : public KDialogBase {
Q_OBJECT
public:
- pwddlg( QWidget* parent = NULL, const char* name = NULL );
+ pwddlg( TQWidget* parent = NULL, const char* name = NULL );
~pwddlg();
- QString getPassword() const;
+ TQString getPassword() const;
protected slots:
void slotOk();