diff options
Diffstat (limited to 'kdepasswd/kcm/chfnprocess.cpp')
-rw-r--r-- | kdepasswd/kcm/chfnprocess.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdepasswd/kcm/chfnprocess.cpp b/kdepasswd/kcm/chfnprocess.cpp index ec39a152a..4f6af0add 100644 --- a/kdepasswd/kcm/chfnprocess.cpp +++ b/kdepasswd/kcm/chfnprocess.cpp @@ -16,7 +16,7 @@ #include <unistd.h> #include <stdlib.h> -#include <qcstring.h> +#include <tqcstring.h> #include <kdesu/process.h> #include <kdebug.h> @@ -52,7 +52,7 @@ int ChfnProcess::ConverseChfn(const char *pass) { int status=-1; - QCString line; + TQCString line; while(1) { line = readLine(); |