diff options
-rw-r--r-- | kshowmail/configelem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kshowmail/configelem.cpp b/kshowmail/configelem.cpp index 9685763..4407256 100644 --- a/kshowmail/configelem.cpp +++ b/kshowmail/configelem.cpp @@ -290,7 +290,7 @@ bool ConfigElem::assertPassword( bool force ) while( TQApplication::overrideCursor() ) TQApplication::restoreOverrideCursor(); - TQCString password; //for the password dialog to store the password + TQString password; //for the password dialog to store the password int result = KPasswordDialog::getPassword( password, i18n( "Please type in the password for %1" ).arg( getAccountName() ) ); //set waiting cursor |