diff options
Diffstat (limited to 'kpackage/kpPty.h')
-rw-r--r-- | kpackage/kpPty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpackage/kpPty.h b/kpackage/kpPty.h index 9d2d067..bb88a12 100644 --- a/kpackage/kpPty.h +++ b/kpackage/kpPty.h @@ -101,7 +101,7 @@ private: // True if trying to login bool loginSession; TQTextCodec *codec; - TQMap<TQString, TQCString> passwords; + TQMap<TQString, TQString> passwords; }; |