diff options
Diffstat (limited to 'kuser/misc.h')
-rw-r--r-- | kuser/misc.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/kuser/misc.h b/kuser/misc.h index 87485e6..b1f3f95 100644 --- a/kuser/misc.h +++ b/kuser/misc.h @@ -25,20 +25,20 @@ #include <klocale.h> #include <kapplication.h> -#include <qstring.h> -#include <qwidget.h> -#include <qlabel.h> -#include <qlineedit.h> +#include <tqstring.h> +#include <tqwidget.h> +#include <tqlabel.h> +#include <tqlineedit.h> class KUser; -bool backup(const QString & name); -QCString genSalt( int len ); -QString encryptPass( const QString &pass, bool md5 ); +bool backup(const TQString & name); +TQCString genSalt( int len ); +TQString encryptPass( const TQString &pass, bool md5 ); time_t now(); -int copyFile(const QString & from, const QString & to); -QStringList readShells(); -void addShell(const QString &shell); +int copyFile(const TQString & from, const TQString & to); +TQStringList readShells(); +void addShell(const TQString &shell); int timeToDays(time_t time); time_t daysToTime(int days); |