summaryrefslogtreecommitdiffstats
path: root/smb4k/core
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-08 13:26:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-09 15:46:11 +0900
commit74b97723129f8f612e11a4395cba6cf2d91c022d (patch)
tree6507d9e9d1308bc5d82027156eb60e764db565a6 /smb4k/core
parentcfafca887c20cf9f855d52b48edbdad0491cc763 (diff)
downloadsmb4k-74b97723129f8f612e11a4395cba6cf2d91c022d.tar.gz
smb4k-74b97723129f8f612e11a4395cba6cf2d91c022d.zip
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4f622a40c9317344d8d2e98ec85c19b783923133)
Diffstat (limited to 'smb4k/core')
-rw-r--r--smb4k/core/smb4kpasswordhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/smb4k/core/smb4kpasswordhandler.cpp b/smb4k/core/smb4kpasswordhandler.cpp
index bef5607..421ccde 100644
--- a/smb4k/core/smb4kpasswordhandler.cpp
+++ b/smb4k/core/smb4kpasswordhandler.cpp
@@ -812,7 +812,7 @@ void Smb4KPasswordHandler::slotGetPassword( const TQString &username )
// of the homes shares:
Smb4KAuthInfo *auth = readAuth( new Smb4KAuthInfo( m_auth->workgroup().upper(), m_auth->host().upper(), username ) );
- KLineEdit *lineEdit = static_cast<KLineEdit *>( TQT_TQWIDGET(m_dlg->child( "AskPassPasswordEdit", "KLineEdit", true )) );
+ KLineEdit *lineEdit = static_cast<KLineEdit *>( m_dlg->child( "AskPassPasswordEdit", "KLineEdit", true ) );
lineEdit->setText( auth->password() );
delete auth;