summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/engine/ftpsocket.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/engine/ftpsocket.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/engine/ftpsocket.h')
-rw-r--r--kftpgrabber/src/engine/ftpsocket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kftpgrabber/src/engine/ftpsocket.h b/kftpgrabber/src/engine/ftpsocket.h
index efc45d6..d462a65 100644
--- a/kftpgrabber/src/engine/ftpsocket.h
+++ b/kftpgrabber/src/engine/ftpsocket.h
@@ -57,7 +57,7 @@ class Ssl;
*/
class FtpSocket : public KNetwork::KStreamSocket, public Socket, public SpeedLimiterItem
{
-Q_OBJECT
+TQ_OBJECT
friend class Commands::Base;
friend class FtpCommandConnect;
friend class FtpCommandNegotiateData;