diff options
Diffstat (limited to 'kuser/kusersystem.h')
-rw-r--r-- | kuser/kusersystem.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kuser/kusersystem.h b/kuser/kusersystem.h index b982447..8316731 100644 --- a/kuser/kusersystem.h +++ b/kuser/kusersystem.h @@ -23,8 +23,8 @@ #include <sys/types.h> -#include <qstring.h> -#include <qptrlist.h> +#include <tqstring.h> +#include <tqptrlist.h> #include "kuser.h" @@ -35,7 +35,7 @@ public: virtual bool dbcommit() { return true; } virtual bool reload(); - virtual void createPassword( KU::KUser * /*user*/, const QString & /*password*/ ) {} + virtual void createPassword( KU::KUser * /*user*/, const TQString & /*password*/ ) {} private: |