summaryrefslogtreecommitdiffstats
path: root/tdeioslave
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:36:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 19:46:54 +0900
commit55cd4e5c5697a37d6845e2f056a16c512799023c (patch)
tree931f7e94f3a152b1bc24f3e676b5eb6651064d6b /tdeioslave
parent5c2b0a1494b04e420a342ea5bae7699a812af82c (diff)
downloadtdelibs-55cd4e5c5697a37d6845e2f056a16c512799023c.tar.gz
tdelibs-55cd4e5c5697a37d6845e2f056a16c512799023c.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8eb500c4e81229a9853e2f9bac4f39450083f3d7)
Diffstat (limited to 'tdeioslave')
-rw-r--r--tdeioslave/file/file.h2
-rw-r--r--tdeioslave/http/http.h2
-rw-r--r--tdeioslave/http/kcookiejar/kcookieserver.h2
-rw-r--r--tdeioslave/http/kcookiejar/kcookiewin.h4
4 files changed, 5 insertions, 5 deletions
diff --git a/tdeioslave/file/file.h b/tdeioslave/file/file.h
index 226e0a428..04a6ed225 100644
--- a/tdeioslave/file/file.h
+++ b/tdeioslave/file/file.h
@@ -42,7 +42,7 @@
class FileProtocol : public TQObject, public TDEIO::SlaveBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
FileProtocol( const TQCString &pool, const TQCString &app);
virtual ~FileProtocol() { }
diff --git a/tdeioslave/http/http.h b/tdeioslave/http/http.h
index aacdf1d47..51ec5b232 100644
--- a/tdeioslave/http/http.h
+++ b/tdeioslave/http/http.h
@@ -48,7 +48,7 @@ namespace TDEIO {
class HTTPProtocol : public TQObject, public TDEIO::TCPSlaveBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
HTTPProtocol( const TQCString &protocol, const TQCString &pool,
const TQCString &app );
diff --git a/tdeioslave/http/kcookiejar/kcookieserver.h b/tdeioslave/http/kcookiejar/kcookieserver.h
index 2cbb9ccf1..4603808e0 100644
--- a/tdeioslave/http/kcookiejar/kcookieserver.h
+++ b/tdeioslave/http/kcookiejar/kcookieserver.h
@@ -38,7 +38,7 @@ class TDEConfig;
class KCookieServer : public KDEDModule
{
- Q_OBJECT
+ TQ_OBJECT
K_DCOP
public:
KCookieServer(const TQCString &);
diff --git a/tdeioslave/http/kcookiejar/kcookiewin.h b/tdeioslave/http/kcookiejar/kcookiewin.h
index d739732dc..ddf744019 100644
--- a/tdeioslave/http/kcookiejar/kcookiewin.h
+++ b/tdeioslave/http/kcookiejar/kcookiewin.h
@@ -39,7 +39,7 @@ class KURLLabel;
class KCookieDetail : public TQGroupBox
{
- Q_OBJECT
+ TQ_OBJECT
public :
KCookieDetail( KHttpCookieList cookieList, int cookieCount, TQWidget *parent=0,
@@ -63,7 +63,7 @@ private slots:
class KCookieWin : public KDialog
{
- Q_OBJECT
+ TQ_OBJECT
public :
KCookieWin( TQWidget *parent, KHttpCookieList cookieList, int defaultButton=0,