diff options
Diffstat (limited to 'kpackage/kpPty.cpp')
-rw-r--r-- | kpackage/kpPty.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpackage/kpPty.cpp b/kpackage/kpPty.cpp index e442130..7be446f 100644 --- a/kpackage/kpPty.cpp +++ b/kpackage/kpPty.cpp @@ -92,7 +92,7 @@ kpPty::kpPty() : TQObject() loginSession = FALSE; codec = TQTextCodec::codecForLocale(); - TQMap<TQString, TQCString> passwords; + TQMap<TQString, TQString> passwords; } @@ -189,7 +189,7 @@ bool kpPty::startSession(bool needRoot) inSession = TRUE; } } else if (Result == PASSWORD) { // We got a password prompt - TQCString pass; + TQString pass; int res; interact = TRUE; // kdDebug() << "H=" << hostName << " PH=" << passwords[hostName] << " PT=" << passwordTried <<"\n"; |