summaryrefslogtreecommitdiffstats
path: root/kuser/pwddlg.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:25:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:25:18 +0000
commitaa3a1ca934bc541bddd3fa136a85f106f7da266e (patch)
tree9ad0b795aed8fa4ac30c2fe0fd1aacb8175714c0 /kuser/pwddlg.h
parentb10cf7066791a2f362495890cd50c984e8025412 (diff)
downloadtdeadmin-aa3a1ca934bc541bddd3fa136a85f106f7da266e.tar.gz
tdeadmin-aa3a1ca934bc541bddd3fa136a85f106f7da266e.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1157635 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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();