summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/misc/kftpwalletconnection.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:55:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:55:05 +0900
commitdf401fe04d01138ad1960bd89b4a71d558ebbf5a (patch)
tree88893a4f2b7929fb1c1fe7a13d94d62fc2f1e169 /kftpgrabber/src/misc/kftpwalletconnection.h
parentcebcf96101a1ce3a62d4b998f0619821c85ffc1e (diff)
downloadkftpgrabber-df401fe04d01138ad1960bd89b4a71d558ebbf5a.tar.gz
kftpgrabber-df401fe04d01138ad1960bd89b4a71d558ebbf5a.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kftpgrabber/src/misc/kftpwalletconnection.h')
-rw-r--r--kftpgrabber/src/misc/kftpwalletconnection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kftpgrabber/src/misc/kftpwalletconnection.h b/kftpgrabber/src/misc/kftpwalletconnection.h
index ec730ba..2675b5a 100644
--- a/kftpgrabber/src/misc/kftpwalletconnection.h
+++ b/kftpgrabber/src/misc/kftpwalletconnection.h
@@ -46,7 +46,7 @@ Enables communication of KFTPGrabber with TDE's wallet system (TDEWallet)
*/
class KFTPWalletConnection : public TQObject
{
-Q_OBJECT
+TQ_OBJECT
public:
KFTPWalletConnection();
~KFTPWalletConnection();