summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/misc/kftpwalletconnection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/misc/kftpwalletconnection.cpp')
-rw-r--r--kftpgrabber/src/misc/kftpwalletconnection.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kftpgrabber/src/misc/kftpwalletconnection.cpp b/kftpgrabber/src/misc/kftpwalletconnection.cpp
index 83dbe17..1de6f80 100644
--- a/kftpgrabber/src/misc/kftpwalletconnection.cpp
+++ b/kftpgrabber/src/misc/kftpwalletconnection.cpp
@@ -80,7 +80,7 @@ TQValueList<KURL> KFTPWalletConnection::getSiteList()
if (m_wallet) {
m_walletRefCount++;
- connect(m_wallet, SIGNAL(walletClosed()), this, SLOT(slotWalletClosed()));
+ connect(m_wallet, TQ_SIGNAL(walletClosed()), this, TQ_SLOT(slotWalletClosed()));
}
}
@@ -125,7 +125,7 @@ TQString KFTPWalletConnection::getPassword(const TQString &whatFor)
if (m_wallet) {
m_walletRefCount++;
- connect(m_wallet, SIGNAL(walletClosed()), this, SLOT(slotWalletClosed()));
+ connect(m_wallet, TQ_SIGNAL(walletClosed()), this, TQ_SLOT(slotWalletClosed()));
}
}
@@ -147,7 +147,7 @@ void KFTPWalletConnection::setPassword(const TQString &whatFor, const TQString &
if (m_wallet) {
m_walletRefCount++;
- connect(m_wallet, SIGNAL(walletClosed()), this, SLOT(slotWalletClosed()));
+ connect(m_wallet, TQ_SIGNAL(walletClosed()), this, TQ_SLOT(slotWalletClosed()));
}
}