From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdepasswd/passwddlg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kdepasswd/passwddlg.h') diff --git a/kdepasswd/passwddlg.h b/kdepasswd/passwddlg.h index 78ce4297a..853a8ac19 100644 --- a/kdepasswd/passwddlg.h +++ b/kdepasswd/passwddlg.h @@ -20,7 +20,7 @@ public: KDEpasswd1Dialog(); ~KDEpasswd1Dialog(); - static int getPassword(QCString &password); + static int getPassword(TQCString &password); protected: bool checkPassword(const char *password); @@ -33,7 +33,7 @@ class KDEpasswd2Dialog Q_OBJECT public: - KDEpasswd2Dialog(const char *oldpass, QCString user); + KDEpasswd2Dialog(const char *oldpass, TQCString user); ~KDEpasswd2Dialog(); protected: @@ -41,7 +41,7 @@ protected: private: const char *m_Pass; - QCString m_User; + TQCString m_User; }; -- cgit v1.2.3